Skip to content

Commit

Permalink
Merge pull request #28 from bogdanalexe90/patch-3
Browse files Browse the repository at this point in the history
Update pr.yml
  • Loading branch information
aesqe authored Sep 9, 2021
2 parents 1f7721a + f71ad19 commit 2961004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
PR_REF: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.prRef || github.ref }}
PR_NUMBER: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.prNumber || github.event.number }}
SHA: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.sha || github.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
test:
Expand Down

0 comments on commit 2961004

Please sign in to comment.