Skip to content

Commit d97e8db

Browse files
authored
Update add-stars.yml
1 parent 8ab886e commit d97e8db

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/add-stars.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
name: Add Stars
2-
32
on: [watch]
4-
53
permissions:
64
contents: write
7-
85
jobs:
96
addstars:
10-
117
runs-on: ubuntu-latest
128
steps:
139
- uses: actions/checkout@v4
1410
- name: add watcher to stars.md
1511
run: |
1612
echo -e "\nWe got a :star: from [@${{github.actor}}](https://github.com/${{github.actor}})" >> stars.md
17-
1813
- name: Commit changes
1914
# 65bf468d1d03f013c2caa86f00af91dd50b7e43f v4
2015
# https://github.com/elstudio/actions-js-build/tags

0 commit comments

Comments
 (0)