Skip to content
Snippets Groups Projects
Commit 0ac5f0a5 authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Split package.json und readme updates of contributors etc. into separate workflows

parent 634e9360
No related branches found
No related tags found
No related merge requests found
name: Contributors
on:
schedule:
- cron: '5 1 * * 0'
workflow_dispatch:
jobs:
package-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wow-actions/update-contributors@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
affiliation: all
commit_message: "chore: Update Collaborators, Contributors etc. in package.json"
...@@ -6,18 +6,6 @@ on: ...@@ -6,18 +6,6 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
package-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wow-actions/update-contributors@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
affiliation: all
commit_message: "chore: Update Collaborators, Contributors etc. in package.json"
readme: readme:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment