Skip to content

Commit

Permalink
Fixed VCPKG.yml githuv actions not workings
Browse files Browse the repository at this point in the history
  • Loading branch information
FriskTheFallenHuman authored Jul 29, 2024
1 parent fb220dc commit 1b42dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-update-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
id: get_commit_id
run: |
cd vcpkg
git checkout --end-of-options master --
git pull origin master
echo "::set-output name=commit_id::$(git rev-parse HEAD)"
Expand All @@ -28,4 +29,4 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{secrets.GITHUB_TOKEN}}
github_token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 1b42dc1

Please sign in to comment.