Skip to content

Commit

Permalink
🐎 ci: TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Anyayay authored Jun 18, 2023
1 parent b54bcdf commit 595793f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/reademe-contributors.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Update Contributors

on:
push:
branches:
- main # Or replace with your default branch

push:
branches:
- master

name: Contributes

jobs:
update-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update contributors list
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
contrib-readme-en-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 595793f

Please sign in to comment.