Skip to content

first attempt with a toggle between languages #10

first attempt with a toggle between languages

first attempt with a toggle between languages #10

Workflow file for this run

on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contributors list in webpage
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
readme_path: contributors.md
commit_message: 'updated contributors.md'