Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeratax authored Dec 13, 2019
1 parent f699e03 commit ae2b17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test-cpp:
runs-on: ubuntu-latest
env:
COMMIT_SHA: ${{ github.event.pull_request.head.sha }} || $GITHUB_SHA
COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
steps:
- name: test on remote server
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit ae2b17a

Please sign in to comment.