mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
[Bugfix] Fixed incorrect reference in git checkout
This commit is contained in:
parent
96adcac92b
commit
c7170d9096
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue