Skip to content

Commit

Permalink
Merge pull request #14 from prithvikumardetne/bot/manual-update-globa…
Browse files Browse the repository at this point in the history
…l-workflow-main-r49kva

Single Repo Commit
  • Loading branch information
prithvikumardetne authored May 3, 2024
2 parents b4b84e0 + 2eb7894 commit dacd3e6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/single-repo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Global workflow to rule workflow

on:
push:
branches: [ master ]
paths:
- '.github/workflows/**'
- 'single-repo.yaml'
#- 'CONTRIBUTING.md'
workflow_dispatch:
inputs:
repo_name:
description: |
Updating it to gitpractice repo
required: false

jobs:

replicate_coc:
name: Replicate Code of Conduct in all repositories
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Replicating file
uses: derberg/manage-files-in-multiple-repositories@v2
with:
github_token: ${{ secrets.MANAGE_FILES_TOKEN }}
patterns_to_include: single-repo.yaml
committer_username: [email protected]
committer_email: [email protected]
commit_message: "Single Repo Commit"

0 comments on commit dacd3e6

Please sign in to comment.