Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Sep 7, 2024
1 parent ab12c4a commit 2edc2f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup-get-tested/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ runs:
tmpdir="$(mktemp --directory "${RUNNER_TEMP}/setup-get-tested.XXX")"
trap "rm -rf ${tmpdir}" EXIT
echo START DEBUG OUTPUT
pwd
ls -al
ls -al .github
echo END DEBUG OUTPUT
gh_release_flags=(
--repo Kleidukos/get-tested
Expand Down

0 comments on commit 2edc2f7

Please sign in to comment.