Skip to content

Commit

Permalink
ci(debug): no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 12, 2020
1 parent 45e8fef commit 645187e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/debug.yml
Expand Up @@ -6,8 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: date > test.txt
- run: git add test.txt
ref: "debug"
# - run: date > test.txt
# - run: git add test.txt
- run: "npm ci"
- run: "npm run build"
- uses: ./
Expand All @@ -17,5 +18,6 @@ jobs:
title: "Debug"
body: "debugging #245"
branch: "debug-issue-245"
path: "test.txt"
commit-message: "debug"
author: "Gregor Martynus <39992+gr2m@users.noreply.github.com>"

0 comments on commit 645187e

Please sign in to comment.