File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-20.04
10
10
steps :
11
11
- uses : actions/checkout@v4
12
+ with :
13
+ persist-credentials : false
12
14
- uses : actions/setup-python@v5
13
15
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
14
16
build :
18
20
19
21
steps :
20
22
- uses : actions/checkout@v4
23
+ with :
24
+ persist-credentials : false
21
25
- uses : actions/setup-python@v5
22
26
with :
23
27
python-version : " 3.10"
75
79
- name : Output artifacts URL
76
80
run : |
77
81
echo 'Artifact URL:' \
78
- '${{ steps.diffs-artifact-upload.outputs.artifact-url } }' \
82
+ '${STEPS_DIFFS_ARTIFACT_UPLOAD_OUTPUTS_ARTIFACT_URL }' \
79
83
>> $GITHUB_STEP_SUMMARY
84
+ env :
85
+ STEPS_DIFFS_ARTIFACT_UPLOAD_OUTPUTS_ARTIFACT_URL : ${{ steps.diffs-artifact-upload.outputs.artifact-url }}
80
86
- name : Publish cheatsheets and handouts
81
87
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
82
88
uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
You can’t perform that action at this time.
0 commit comments