Skip to content

Commit 2c6dc79

Browse files
committed
setup download and process for debugging
1 parent 160338c commit 2c6dc79

File tree

1 file changed

+2
-0
lines changed
  • .github/actions/artifact-size-metrics/download-and-process

1 file changed

+2
-0
lines changed

.github/actions/artifact-size-metrics/download-and-process/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ runs:
1717
GITHUB_REPOSITORY: ${{ github.repository }}
1818
IDENTIFIER: ${{ github.ref_name }}
1919
run: |
20+
pwd
21+
ls ../
2022
chmod +x ../utils/download-and-process/main.sh
2123
../utils/download-and-process/main.sh
2224

0 commit comments

Comments
 (0)