Skip to content

Commit 328c822

Browse files
fix: check for github-actions[bot] instead of speakeasybot
Speakeasy PRs are authored by github-actions[bot], not speakeasybot.
1 parent 7a1a8ac commit 328c822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/align_pyproject_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
align-version:
16-
if: github.actor == 'speakeasybot'
16+
if: github.actor == 'github-actions[bot]'
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout PR branch

0 commit comments

Comments
 (0)