Skip to content

Commit

Permalink
Create dump-workflow-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli authored Mar 21, 2021
1 parent d04e70b commit e9dbd07
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dump-workflow-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Dump Workflow run'

on:
workflow_run:
workflows: ["Check-Title"]
types:
- completed
jobs:
dump:
runs-on: ubuntu-latest
steps:
- run: cat $GITHUB_EVENT_PATH

0 comments on commit e9dbd07

Please sign in to comment.