Skip to content

Commit

Permalink
Merge pull request #3 from eilinora/patch-1
Browse files Browse the repository at this point in the history
Documentation is incorrect
  • Loading branch information
wms authored Jun 8, 2020
2 parents d7d7728 + 7d082ec commit 7ee3829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A GitHub Action that allows you to wait for another GitHub check to complete. Th
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: build
ref: github.event.pull_request.head.sha || github.sha
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Do something with a passing build
if: steps.wait-for-build.outputs.conclusion == 'success'
Expand Down

0 comments on commit 7ee3829

Please sign in to comment.