We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd090ab commit b4d9dd3Copy full SHA for b4d9dd3
.github/workflows/publish.yml
@@ -9,6 +9,10 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
steps:
12
+ - name: Check if PR created by
13
+ if: ${{ github.actor == 'github-actions' }}
14
+ run: echo "Checking if PR by github-actions"
15
+
16
- name: Check if PR merge
17
if: ${{ github.event.pull_request.merged }}
18
run: echo "Checking if PR Merge"
0 commit comments