diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 084457b1..3c69a2ec 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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"