Skip to content

Commit 3d06704

Browse files
authored
ci: update global replication for maintainers workflow (#322)
1 parent 4314ad3 commit 3d06704

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/global-replicator.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
# Maintainers cannot opt out for any reason except technical ones.
223223
replicate_update_maintainers_workflow:
224224
if: startsWith(github.repository, 'asyncapi/')
225-
name: Replicate update-maintainers-trigger.yml workflow in the required repositories
225+
name: Replicate update-maintainers-trigger.yaml workflow in the required repositories
226226
runs-on: ubuntu-latest
227227
steps:
228228
- name: Checkout repository
@@ -231,9 +231,9 @@ jobs:
231231
uses: derberg/manage-files-in-multiple-repositories@beecbe897cf5ed7f3de5a791a3f2d70102fe7c25
232232
with:
233233
github_token: ${{ secrets.GH_TOKEN }}
234-
patterns_to_include: .github/workflows/update-maintainers-trigger.yml
234+
patterns_to_include: .github/workflows/update-maintainers-trigger.yaml
235235
repos_to_ignore: community,shape-up-process # community repo is ignored as it has its own version of this workflow, version that is triggered by this workflow
236236
committer_username: asyncapi-bot
237237
committer_email: [email protected]
238-
commit_message: "ci: update update-maintainers-trigger.yml workflow from global .github repo"
238+
commit_message: "ci: update update-maintainers-trigger.yaml workflow from global .github repo"
239239
bot_branch_name: bot/update-files-from-global-repo

0 commit comments

Comments
 (0)