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 1064352 commit 14ea501Copy full SHA for 14ea501
.github/workflows/generate-tool-specs.yml
@@ -11,7 +11,7 @@ permissions:
11
12
jobs:
13
generate-specs:
14
- if: github.event.commits[0].author.name != 'github-actions[bot]'
+ if: github.event.pusher.name != 'crewai-tools-spec-generator[bot]'
15
runs-on: ubuntu-latest
16
outputs:
17
specs_changed: ${{ steps.check_changes.outputs.specs_changed }}
@@ -74,7 +74,7 @@ jobs:
74
delete-branch: false
75
76
notify-api:
77
- if: github.event.commits[0].author.name == 'github-actions[bot]'
+ if: github.event.pusher.name == 'crewai-tools-spec-generator[bot]'
78
79
steps:
80
- name: Notify API about tool specification update
0 commit comments