Skip to content

Commit

Permalink
fix typo in update-content.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenko-kovac committed Jun 26, 2023
1 parent 0aa502b commit 02a96fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
curl --request POST \
--header "Accept: application/vnd.github+json" \
--header "Authorization: Bearer ${{ secrets.WORKFLOW_USER_GH_TOKEN }}" \
--url https://api.github.com/repos/sap/clustersecret-operator-cop/actions/workflows/release.yaml/dispatches \
--url https://api.github.com/repos/sap/redis-operator-cop/actions/workflows/release.yaml/dispatches \
--data '{
"ref":"main",
"inputs":{
Expand Down

0 comments on commit 02a96fa

Please sign in to comment.