Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanalexe90 authored Sep 9, 2021
1 parent 92add1e commit f71ad19
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 f71ad19

Please sign in to comment.