Skip to content

Commit 5f0e876

Browse files
authored
Update 99-auto-format-dependabot-prettier-updates.yml
1 parent 9d3ad1c commit 5f0e876

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/99-auto-format-dependabot-prettier-updates.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
12+
with:
13+
ref: ${{ github.ref }}
14+
fetch-depth: 0
1215

1316
- name: Branch name
1417
run: echo running on branch ${GITHUB_REF##*/}

0 commit comments

Comments
 (0)