diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 13:58:42 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 13:58:42 -0500 |
commit | 372a172039fece03ef3e89439ea1b73de8f5f263 (patch) | |
tree | 2526831ca8cb6f1e380c27a4617f745b4f264d66 | |
parent | 95b92d6f03e0c7f6eabc1a080406db5ca3d30b47 (diff) | |
download | ghasandbox-372a172039fece03ef3e89439ea1b73de8f5f263.tar.gz |
OK
-rw-r--r-- | .github/actions/sshfs/action.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/actions/sshfs/action.yml b/.github/actions/sshfs/action.yml index c2f8325..aeff56b 100644 --- a/.github/actions/sshfs/action.yml +++ b/.github/actions/sshfs/action.yml @@ -29,11 +29,12 @@ inputs: required: false default: "" +env: + SSHFS_USER: ${{ inputs.user }} + SSHFS_PASS: ${{ inputs.password }} + runs: using: "composite" - env: - SSHFS_USER: ${{ inputs.user }} - SSHFS_PASS: ${{ inputs.password }} steps: - name: Mask inputs run: | |