Skip to content

Commit

Permalink
Merge pull request #2 from prithvikumardetne/bot/update-global-workfl…
Browse files Browse the repository at this point in the history
…ow-main-6fa6ca83518721fd4579bdb1c81a812df6affa86

ci: update global workflows
  • Loading branch information
prithvikumardetne authored May 3, 2024
2 parents b6b91a9 + 2a137e2 commit 0a9ec57
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/manage-files.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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/manage-files.yml'
patterns_to_include: '.github/workflows'
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 0a9ec57

Please sign in to comment.