Skip to content

Commit 822fafd

Browse files
committed
Fetch github.ref in the checkout action
1 parent 5796978 commit 822fafd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/has-valid-blueprint-json.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v2
13+
with:
14+
ref: ${{ github.ref }}
15+
fetch-depth: 0
1316

1417
- name: Fetch trunk
1518
run: |

0 commit comments

Comments
 (0)