We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab886e commit d97e8dbCopy full SHA for d97e8db
1 file changed
.github/workflows/add-stars.yml
@@ -1,20 +1,15 @@
1
name: Add Stars
2
-
3
on: [watch]
4
5
permissions:
6
contents: write
7
8
jobs:
9
addstars:
10
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- name: add watcher to stars.md
15
run: |
16
echo -e "\nWe got a :star: from [@${{github.actor}}](https://github.com/${{github.actor}})" >> stars.md
17
18
- name: Commit changes
19
# 65bf468d1d03f013c2caa86f00af91dd50b7e43f v4
20
# https://github.com/elstudio/actions-js-build/tags
0 commit comments