Skip to content

Commit cbba900

Browse files
build: try triggering_actor
1 parent d16da7c commit cbba900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
run: git config --global user.email "actions@github.com" && git config --global user.name "github-actions"
6262

6363
- name: Create Continuous Deployment - Beta (non-prod)
64-
if: steps.get_branch.outputs.branch == 'master' && !inputs.production_release && github.actor != 'actions-user'
64+
if: steps.get_branch.outputs.branch == 'master' && !inputs.production_release && github.triggering_actor != 'actions-user'
6565
run: |
66-
echo Actor: ${{ github.actor }}
66+
echo Github: ${{ github.triggering_actor }}
6767
poetry run semantic-release \
6868
-v DEBUG \
6969
--prerelease \

0 commit comments

Comments
 (0)