Skip to content

Commit 1021996

Browse files
committed
🔄 created local '.github/workflows/add-stars.yml' from remote '.github/workflows/add-stars.yml'
1 parent 13cb8cc commit 1021996

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

‎.github/workflows/add-stars.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Add Stars
2+
3+
on: [watch]
4+
5+
jobs:
6+
addstars:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- name: add watcher to readme
11+
run: |
12+
echo -e "\nWe got a :star: from [@${{github.actor}}](https://github.com/${{github.actor}})" >> README.md
13+
14+
- name: Commit changes
15+
uses: elstudio/actions-js-build/commit@v4
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
PUSH_BRANCH: 'main'

0 commit comments

Comments
 (0)