From a13a9eab5652d0493fc7efbbad73de05b348beb2 Mon Sep 17 00:00:00 2001 From: Jason N <33561705+JasonN3@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:39:41 -0400 Subject: [PATCH] spelling --- action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 7839cd9..419aa5e 100644 --- a/action.yml +++ b/action.yml @@ -133,10 +133,8 @@ runs: - name: Determine Flatpak dependencies shell: bash run: | - set -x image="${{ inputs.image_repo }}/${{ inputs.image_name }}:${{ inputs.image_tag }}" - FLAPAK_DIR=$(mktemp -d) - mktemp -d + FLATPAK_DIR=$(mktemp -d) mkdir ${FLATPAK_DIR}/repo mkdir ${FLATPAK_DIR}/triggers cat << EOF | docker run -it --entrypoint bash -e FLATPAK_USER_DIR=/flatpak_dir/repo -e FLATPAK_TRIGGERSDIR=/flatpak_dir/triggers --volume ${FLATPAK_DIR}:/flatpak_dir ${image}