Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibri authored Nov 2, 2023
1 parent f91b4e9 commit 409aed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
( curl -qs "https://github.com/$GITHUB_REPOSITORY/tags"|grep "class.*releases/tag/"|grep -q $revision ) && exit 0 || (
( curl -v -X POST -d '{"ref":"main"}' -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.WF }} " \
"https://api.github.com/repos/$GITHUB_REPOSITORY/actions/workflows/newtest.yml/dispatches";
"https://api.github.com/repos/$GITHUB_REPOSITORY/actions/workflows/main.yml/dispatches";
curl -v -X POST -d '{"ref":"main"}' -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.WF }} " \
"https://api.github.com/repos/$GITHUB_REPOSITORY/actions/workflows/opensuse.yml/dispatches";
Expand Down

0 comments on commit 409aed1

Please sign in to comment.