Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored May 2, 2024
1 parent 2a37050 commit 394af81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create-bosh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@ jobs:
ls -lah subdir
exit 1
- name: List artifacts exit 0
run: |
ls -lah subdir
exit 0
- name: Setup upterm session
# if: ${{ always() && runner.debug }}
if: ${{ !success() }}
if: ${{ failure() }}
uses: lhotari/action-upterm@v1
timeout-minutes: 60

Expand Down

0 comments on commit 394af81

Please sign in to comment.