Skip to content

Commit 2c3add1

Browse files
committed
add ref to github checkout step
1 parent 843d518 commit 2c3add1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jupyter-notebook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
ref: ${{github.ref}}
17+
1518
- uses: actions/setup-python@v1
1619
with:
1720
python-version: 3.7

0 commit comments

Comments
 (0)