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 99 runs-on : ubuntu-20.04
1010 steps :
1111 - uses : actions/checkout@v4
12+ with :
13+ persist-credentials : false
1214 - uses : actions/setup-python@v5
1315 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1416 build :
1820
1921 steps :
2022 - uses : actions/checkout@v4
23+ with :
24+ persist-credentials : false
2125 - uses : actions/setup-python@v5
2226 with :
2327 python-version : " 3.10"
7579 - name : Output artifacts URL
7680 run : |
7781 echo 'Artifact URL:' \
78- '${{ steps.diffs-artifact-upload.outputs.artifact-url } }' \
82+ '${STEPS_DIFFS_ARTIFACT_UPLOAD_OUTPUTS_ARTIFACT_URL }' \
7983 >> $GITHUB_STEP_SUMMARY
84+ env :
85+ STEPS_DIFFS_ARTIFACT_UPLOAD_OUTPUTS_ARTIFACT_URL : ${{ steps.diffs-artifact-upload.outputs.artifact-url }}
8086 - name : Publish cheatsheets and handouts
8187 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
8288 uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
You can’t perform that action at this time.
0 commit comments