Skip to content

Commit

Permalink
Update bug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckh authored Feb 5, 2023
1 parent c67e05e commit 2163354
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ jobs:
env:
GITHUB_TOKEN: ${{github.token}}
run: |
curl \
echo "Workflow"
curl --no-progress-meter \
-H "Accept: application/vnd.github+json" -H "Authorization: Bearer $GITHUB_TOKEN" \
"$GITHUB_API_URL/repos/mbeckh/vcpkg-registry/actions/workflows/clean_packages.yml"
echo "vcpkg-registry@feature-dispatch-clean"
curl --no-progress-meter \
-H "Accept: application/vnd.github.sha" -H "Authorization: Bearer $GITHUB_TOKEN" \
"$GITHUB_API_URL/repos/mbeckh/vcpkg-registry/commits/feature-dispatch-clean"
echo "cmake-utils@v1"
curl --no-progress-meter \
-H "Accept: application/vnd.github.sha" -H "Authorization: Bearer $GITHUB_TOKEN" \
"$GITHUB_API_URL/repos/mbeckh/cmake-utils/commits/v1"

0 comments on commit 2163354

Please sign in to comment.