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 5943633 commit f699e03
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 f699e03

Please sign in to comment.