Skip to content

Commit e8060b8

Browse files
authored
Merge pull request #8 from atlanhq/bug-fixes
fix: use actions/checkout@v1
2 parents 0c2e5cb + 810b695 commit e8060b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2
14+
with:
15+
ref: ${{ github.ref }}
1416

1517
- name: Dump GitHub context
1618
env:

0 commit comments

Comments
 (0)