We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ab7c6 commit 3aa459fCopy full SHA for 3aa459f
.github/workflows/year-annotate.yml
@@ -9,8 +9,8 @@ jobs:
9
report:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v6
13
+ - uses: actions/checkout@v4
14
with:
15
repository: ArkScript-lang/Ark
16
path: arkscript
@@ -39,7 +39,7 @@ jobs:
39
git config user.name "Stats bot"
40
git config user.email ""
41
git config remote.origin.url 'https://${{ secrets.STATS_GITHUB_TOKEN }}@github.com/ArkScript-lang/stats.git'
42
- git add -f data/*.*
+ git add -f data/
43
git commit -m "Update stats"
44
git push -u origin master
45
0 commit comments