Skip to content

Commit 0e4d74b

Browse files
author
Steven Silvester
authored
Merge pull request #151 from jtpio/fix-workflow-indent
Fix auto publish workflow indent
2 parents 9ce2e95 + da3c38e commit 0e4d74b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/autopublish-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ for an example using this strategy
22
name: Auto Publish Release
33
on:
4-
workflow_run:
5-
workflows: ["Draft Release"]
6-
types:
7-
- completed
4+
workflow_run:
5+
workflows: ["Draft Release"]
6+
types:
7+
- completed
88

99
jobs:
1010
publish_release:

0 commit comments

Comments
 (0)