Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 59e2d1a

Browse files
authored
DX-3084 Remove fetchDepth in favor of ref (#888)
1 parent c18a7a2 commit 59e2d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/listener.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v3
6262
with:
63-
fetch-depth: '2'
63+
ref: ${{ github.event.client_payload.branchName }}
6464

6565
- name: Set PR number as env variable
6666
run: |

0 commit comments

Comments
 (0)