Skip to content

Commit

Permalink
ci: debug workflow for #245
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 12, 2020
1 parent df1c956 commit 0fd548e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: debug
on: workflow_dispatch

jobs:
issue_245:
runs-on: ubuntu-latest
steps:
- run: date > test.txt
- run: git add test.txt
- run: "npm ci"
- run: "npm run build"
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: "Debug"
body: "debugging #245"
branch: "debug-issue-245"
commit-message: "debug"
author: "Gregor Martynus <39992+gr2m@users.noreply.github.com>"

0 comments on commit 0fd548e

Please sign in to comment.