Skip to content

Commit

Permalink
ci: fix update script not found
Browse files Browse the repository at this point in the history
  • Loading branch information
cre8ivejp authored Feb 28, 2024
1 parent 4349768 commit 1497e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
DOC_TITLE: ${{ github.event.inputs.doc_title }}
DOC_SLUG: ${{ github.event.inputs.doc_slug }}
CHANGELOG_URL: ${{ github.event.inputs.changelog_url }}
run: ./hack/create-changelog.sh
run: ./hack/update-changelog.sh

- name: Create the pull request
id: create-docs-pull-request
Expand Down

0 comments on commit 1497e2f

Please sign in to comment.