Skip to content

Commit

Permalink
[Bugfix] Fixed incorrect reference in git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed May 18, 2022
1 parent 96adcac commit c7170d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2

- run: |
git checkout ${{ GITHUB_SHA }}
git checkout ${{ github.sha }}
for historicTags in $(git rev-list --tags -n 9); do
git checkout $historicTags
echo "Checking out $historicTags"
Expand Down

0 comments on commit c7170d9

Please sign in to comment.