Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Apr 22, 2024
1 parent 34c028c commit 9363d58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ runs:
- name: Print balena CLI version
shell: bash
working-directory: ${{ runner.temp }}
run: balena version
run: |
echo "$PATH"
find "${{ runner.tool_cache }}/balena-cli"
balena version
- name: Login to balenaCloud
if: inputs.balena-token != ''
Expand Down

0 comments on commit 9363d58

Please sign in to comment.