File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ jobs:
97
97
with :
98
98
command : build
99
99
args : --release --verbose
100
- - name : collect what is left data
100
+ - name : Collect what is left data
101
101
run : |
102
102
chmod +x ./whats_left.sh
103
103
./whats_left.sh > whats_left.temp
104
104
env :
105
105
RUSTPYTHONPATH : ${{ github.workspace }}/Lib
106
- - name : upload data to the website
106
+ - name : Upload data to the website
107
107
env :
108
108
SSHKEY : ${{ secrets.ACTIONS_TESTS_DATA_DEPLOY_KEY }}
109
109
GITHUB_ACTOR : ${{ github.actor }}
@@ -116,7 +116,6 @@ jobs:
116
116
cd website
117
117
[ -f ./_data/whats_left.temp ] && cp ./_data/whats_left.temp ./_data/whats_left_lastrun.temp
118
118
cp ../whats_left.temp ./_data/whats_left.temp
119
- git add ./_data/whats_left_lastrun.temp
120
- git add ./_data/whats_left.temp
121
- git -c user.name="Github Actions" -c user.email="actions@github.com" commit -m "Update regression test results" --author="$GITHUB_ACTOR"
119
+ git add -A
120
+ git -c user.name="Github Actions" -c user.email="actions@github.com" commit -m "Update what is left results" --author="$GITHUB_ACTOR"
122
121
git push
You can’t perform that action at this time.
0 commit comments