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 e2cc8be commit ab12c4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ runs:
uses: actions/checkout@v4

- name: Set up get-tested
uses: Kleidukos/get-tested/setup-get-tested@${{ github.action_ref }}
# The following does not work due to.
# See: https://github.com/actions/runner/issues/895
# uses: Kleidukos/get-tested/setup-get-tested@${{ github.action_ref }}
uses: mmhat/get-tested/setup-get-tested@hotfix-setup-action
with:
version: ${{ inputs.version }}

Expand Down
2 changes: 2 additions & 0 deletions setup-get-tested/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ runs:
tmpdir="$(mktemp --directory "${RUNNER_TEMP}/setup-get-tested.XXX")"
trap "rm -rf ${tmpdir}" EXIT
pwd
gh_release_flags=(
--repo Kleidukos/get-tested
--pattern 'get-tested-*-Linux-static-x86_64.tar.gz'
Expand Down

0 comments on commit ab12c4a

Please sign in to comment.