File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 git checkout HEAD tests/assemblyscript/testsuite
154154 git checkout HEAD tests/c/testsuite
155155 git checkout HEAD tests/rust/testsuite
156- git diff --quiet || git commit -m "Merge commit ${{ github.sha }} into prod/testsuite-base"
156+ git diff --quiet HEAD || git commit -m "Merge commit ${{ github.sha }} into prod/testsuite-base"
157157
158158 - name : Remove existing binaries
159159 run : rm -rf tests/${{ matrix.suite }}/testsuite
@@ -168,5 +168,5 @@ jobs:
168168 shell : bash
169169 run : |
170170 git add -f tests/${{ matrix.suite }}/testsuite
171- git diff --quiet || git commit -m "Update test binaries for ${{ matrix.suite }} test suite"
171+ git diff --quiet HEAD || git commit -m "Update test binaries for ${{ matrix.suite }} test suite"
172172 git push
You can’t perform that action at this time.
0 commit comments