Skip to content

Add Stars

Add Stars #18

Workflow file for this run

name: Add Stars
on:
watch:
types: [started]
workflow_dispatch:
jobs:
addstars:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Add Stars to Readme
run: |
echo -e ":star: [@${{github.actor}}](https://github.com/${{github.actor}})\t" >> README.md
- name: Commit changes
uses: elstudio/actions-js-build/commit@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUSH_BRANCH: 'main'