Skip to content

Merge pull request #3 from prithvikumardetne/bot/update-global-workfl… #2

Merge pull request #3 from prithvikumardetne/bot/update-global-workfl…

Merge pull request #3 from prithvikumardetne/bot/update-global-workfl… #2

Workflow file for this run

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'
exclude_private: true
exclude_forked: true
branches: main
committer_username: [email protected]
committer_email: [email protected]
commit_message: "ci: update global workflows"