Skip to content

Commit 3aa459f

Browse files
committed
try to find why the action can't push
1 parent 57ab7c6 commit 3aa459f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/year-annotate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
report:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
13-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v4
1414
with:
1515
repository: ArkScript-lang/Ark
1616
path: arkscript
@@ -39,7 +39,7 @@ jobs:
3939
git config user.name "Stats bot"
4040
git config user.email ""
4141
git config remote.origin.url 'https://${{ secrets.STATS_GITHUB_TOKEN }}@github.com/ArkScript-lang/stats.git'
42-
git add -f data/*.*
42+
git add -f data/
4343
git commit -m "Update stats"
4444
git push -u origin master
4545

0 commit comments

Comments
 (0)