Skip to content

Commit 39103c1

Browse files
committed
ci: Fix update stars workflow
1 parent 41ad922 commit 39103c1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/readme-stars.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
sessionCookie: ${{ secrets.AOC_SESSION }}
2323
readmeLocation: README.md
2424
headerPrefix: "###"
25-
year: ${YEAR}
26-
tableMarker: <!--- advent_readme_stars table [${YEAR}] --->
25+
year: $YEAR
26+
tableMarker: <!--- advent_readme_stars table [$YEAR] --->
2727
starSymbol: ""
2828

2929
- name: Upate 2020 year
@@ -36,8 +36,8 @@ jobs:
3636
sessionCookie: ${{ secrets.AOC_SESSION }}
3737
readmeLocation: README.md
3838
headerPrefix: "###"
39-
year: ${YEAR}
40-
tableMarker: <!--- advent_readme_stars table [${YEAR}] --->
39+
year: $YEAR
40+
tableMarker: <!--- advent_readme_stars table [$YEAR] --->
4141
starSymbol: ""
4242

4343
- name: Upate 2019 year
@@ -50,8 +50,8 @@ jobs:
5050
sessionCookie: ${{ secrets.AOC_SESSION }}
5151
readmeLocation: README.md
5252
headerPrefix: "###"
53-
year: ${YEAR}
54-
tableMarker: <!--- advent_readme_stars table [${YEAR}] --->
53+
year: $YEAR
54+
tableMarker: <!--- advent_readme_stars table [$YEAR] --->
5555
starSymbol: ""
5656

5757
- name: Upate 2018 year
@@ -64,8 +64,8 @@ jobs:
6464
sessionCookie: ${{ secrets.AOC_SESSION }}
6565
readmeLocation: README.md
6666
headerPrefix: "###"
67-
year: ${YEAR}
68-
tableMarker: <!--- advent_readme_stars table [${YEAR}] --->
67+
year: $YEAR
68+
tableMarker: <!--- advent_readme_stars table [$YEAR] --->
6969
starSymbol: ""
7070

7171
- name: Upate 2017 year
@@ -78,8 +78,8 @@ jobs:
7878
sessionCookie: ${{ secrets.AOC_SESSION }}
7979
readmeLocation: README.md
8080
headerPrefix: "###"
81-
year: ${YEAR}
82-
tableMarker: <!--- advent_readme_stars table [${YEAR}] --->
81+
year: $YEAR
82+
tableMarker: <!--- advent_readme_stars table [$YEAR] --->
8383
starSymbol: ""
8484

8585
- name: Upate 2016 year
@@ -92,8 +92,8 @@ jobs:
9292
sessionCookie: ${{ secrets.AOC_SESSION }}
9393
readmeLocation: README.md
9494
headerPrefix: "###"
95-
year: ${YEAR}
96-
tableMarker: <!--- advent_readme_stars table [${YEAR}] --->
95+
year: $YEAR
96+
tableMarker: <!--- advent_readme_stars table [$YEAR] --->
9797
starSymbol: ""
9898

9999
- name: Upate 2015 year
@@ -106,8 +106,8 @@ jobs:
106106
sessionCookie: ${{ secrets.AOC_SESSION }}
107107
readmeLocation: README.md
108108
headerPrefix: "###"
109-
year: ${YEAR}
110-
tableMarker: <!--- advent_readme_stars table [${YEAR}] --->
109+
year: $YEAR
110+
tableMarker: <!--- advent_readme_stars table [$YEAR] --->
111111
starSymbol: ""
112112

113113
- name: Commit changes

0 commit comments

Comments
 (0)