Skip to content

Commit

Permalink
fix error in update-vcpkg.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu7950 committed Jun 3, 2024
1 parent 80835ad commit e329e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-update-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
cd vcpkg
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
echo "::set-output name=has_update::$(git --no-pager diff --name-only origin/main..HEAD)"
git checkout main
echo "::set-output name=has_update::$(git --no-pager diff --name-only origin/master..HEAD)"
git checkout master
git pull
- if: steps.remote-update.outputs.has_update != ''
Expand Down

0 comments on commit e329e6d

Please sign in to comment.