-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (26 loc) · 970 Bytes
/
manage-files.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Global workflow to rule them all
on:
push:
branches: [ main ] #or main
jobs:
replicate_changes:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Replicating global workflow
uses: derberg/manage-files-in-multiple-repositories@v2
with:
github_token: ${{ secrets.MANAGE_FILES_TOKEN }}
patterns_to_ignore: '.github/workflows/greetings.yml'
patterns_to_include: '.github/workflows'
#repos_to_ignore: 'bashscripts'
topics_to_include: replicated
exclude_private: true
exclude_forked: true
branches: main
#destination: 'gitpractice'
committer_username: [email protected]
committer_email: [email protected]
commit_message: "Committing only for Topic repos"
bot_branch_name: true