File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 85
85
docker pull eu.gcr.io/development-156220/fatmouse/python-builder:master
86
86
docker tag eu.gcr.io/development-156220/fatmouse/python-builder:master fatmouse/python-builder:master
87
87
echo "::endgroup::"
88
- - name : Get current job log URL
89
- uses : Tiryoh/gha-jobid-action@v0
90
- id : get-job-id
91
- with :
92
- github_token : ${{ secrets.GITHUB_TOKEN }}
93
- job_name : ${{ github.job }}
94
88
- name : Generate run tag
95
89
shell : bash
96
90
run : |
99
93
else
100
94
RERUN_SUFFIX=$(echo -${{ github.run_attempt }})
101
95
fi
102
- echo "RUN_TAG=e2e-${{ github.workflow }}-${{ github.job }} -${{ github.run_number }}${RERUN_SUFFIX}" >> $GITHUB_ENV
96
+ echo "RUN_TAG=e2e-go-scalr-external-pr -${{ github.run_number }}${RERUN_SUFFIX}" >> $GITHUB_ENV
103
97
- name : Create container
104
98
id : create
105
99
shell : bash
@@ -167,7 +161,7 @@ jobs:
167
161
if : ${{ always() && steps.run-tests.outcome != 'failure' && steps.run-tests.outcome != 'success' }}
168
162
uses : actions/github-script@v3
169
163
with :
170
- github-token : ${{ secrets.GH_TOKEN }}
164
+ github-token : ${{ secrets.GH_PAT }}
171
165
script : |
172
166
github.repos.createCommitStatus({
173
167
owner: 'Scalr',
You can’t perform that action at this time.
0 commit comments