Skip to content

Commit

Permalink
Merge pull request #584 from okp4/ci/fix-bump-okp4-workflow-url
Browse files Browse the repository at this point in the history
ci(workflow): fix incorrect workflow URL (Bump okp4d version)
  • Loading branch information
ccamel authored Mar 2, 2024
2 parents 6fdd66e + 02ab353 commit c7ed234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Update docs version
uses: fjogeleit/http-request-action@v1
with:
url: 'https://api.github.com/repos/okp4/docs/actions/workflows/bump-okp4d-version/dispatches'
url: 'https://api.github.com/repos/okp4/docs/actions/workflows/37674835/dispatches'
method: 'POST'
customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}'
data: |-
Expand Down

0 comments on commit c7ed234

Please sign in to comment.