File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.github/actions/artifact-size-metrics Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 UPLOAD : ${{ inputs.upload }}
2121 RELEASE_METRICS : ${{ inputs.release_metrics }}
2222 run : |
23- chmod +x ../utils/calculate-and-upload/main.sh
24- ../utils/calculate-and-upload/main.sh
23+ chmod +x $GITHUB_ACTION_PATH/ ../utils/calculate-and-upload/main.sh
24+ $GITHUB_ACTION_PATH/ ../utils/calculate-and-upload/main.sh
Original file line number Diff line number Diff line change 1919 run : |
2020 pwd
2121 ls ../
22- chmod +x ../utils/download-and-process/main.sh
23- ../utils/download-and-process/main.sh
22+ chmod +x $GITHUB_ACTION_PATH/ ../utils/download-and-process/main.sh
23+ $GITHUB_ACTION_PATH/ ../utils/download-and-process/main.sh
2424
2525 - name : Large size increase?
2626 if : ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-artifact-size-increase') }}
You can’t perform that action at this time.
0 commit comments