File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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="actions@github.com" commit -m "Update what is left results" --author="$GITHUB_ACTOR"
132- git push
131+ git -c user.name="Github Actions" -c user.email="actions@github.com" 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="actions@github.com" commit -m "Update benchmark results"
182- git push
181+ git -c user.name="Github Actions" -c user.email="actions@github.com" commit -m "Update benchmark results" && \
182+ git push
183183
184184 lalrpop :
185185 name : Generate parser with lalrpop
You can’t perform that action at this time.
0 commit comments