Skip to content

Commit e658ef9

Browse files
committed
Fix test/example action checkout
1 parent 1bdf302 commit e658ef9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
action-test:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v1
1314
- uses: ./.
1415
with:
1516
netlify-token: ${{ secrets.NETLIFY_TOKEN }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
*.txt
33
*.env
4-
*.csv
4+
*.csv
5+
*.sh

0 commit comments

Comments
 (0)