Skip to content

Commit

Permalink
ci: update global workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
prithvikumardetne committed Apr 22, 2024
1 parent b43dadf commit 73d7086
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/manage-files.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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"

0 comments on commit 73d7086

Please sign in to comment.