Skip to content

Commit

Permalink
update 38 workflow 5
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Nov 24, 2021
1 parent ba9ccbc commit fe9844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/38-get-pr-number-on-push-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/checkout@2.3.4
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Get Pull Request Number
Expand Down

0 comments on commit fe9844b

Please sign in to comment.