Skip to content

Commit

Permalink
ci(debug): fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 12, 2020
1 parent 645187e commit 0e27d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
ref: "debug"
with:
ref: "debug"
# - run: date > test.txt
# - run: git add test.txt
- run: "npm ci"
Expand Down

0 comments on commit 0e27d1e

Please sign in to comment.