Skip to content
Prev Previous commit
Next Next commit
syntax issue
  • Loading branch information
rrichaz committed Apr 18, 2022
commit 61653385b64fdf744200a408095154837786f5f7
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout Master
- name: Checkout Branch
uses: actions/checkout@v3
- uses: actions/checkout@v2

if: github.event_name == 'pull_request'
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}

- uses: actions/checkout@v3
- name: Checkout Master
uses: actions/checkout@v3
if: github.event_name == 'push'
with:
fetch-depth: 0
Expand Down