Skip to content

Commit ad88d47

Browse files
committed
fix other commit commands for cron ci
1 parent 4c6fe4a commit ad88d47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ jobs:
128128
[ -f ./_data/whats_left.temp ] && cp ./_data/whats_left.temp ./_data/whats_left_lastrun.temp
129129
cp ../whats_left.temp ./_data/whats_left.temp
130130
git add -A
131-
git -c user.name="Github Actions" -c user.email="[email protected]" commit -m "Update what is left results" --author="$GITHUB_ACTOR"
132-
git push
131+
git -c user.name="Github Actions" -c user.email="[email protected]" commit -m "Update what is left results" --author="$GITHUB_ACTOR" && \
132+
git push
133133
134134
benchmark:
135135
name: Collect benchmark data
@@ -178,8 +178,8 @@ jobs:
178178
rm -rf ./assets/criterion
179179
cp -r ../target/criterion ./assets/criterion
180180
git add ./assets/criterion
181-
git -c user.name="Github Actions" -c user.email="[email protected]" commit -m "Update benchmark results"
182-
git push
181+
git -c user.name="Github Actions" -c user.email="[email protected]" commit -m "Update benchmark results" && \
182+
git push
183183
184184
lalrpop:
185185
name: Generate parser with lalrpop

0 commit comments

Comments
 (0)