Skip to content

Commit b4d9dd3

Browse files
committed
fix(publish.yml): yml issues
1 parent cd090ab commit b4d9dd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Check if PR created by
13+
if: ${{ github.actor == 'github-actions' }}
14+
run: echo "Checking if PR by github-actions"
15+
1216
- name: Check if PR merge
1317
if: ${{ github.event.pull_request.merged }}
1418
run: echo "Checking if PR Merge"

0 commit comments

Comments
 (0)