Switch to node action

This is done to be able to pass loaded secrets as output. This is not available with a composite action, unless we hard-code the action's outputs, which is not a desired outcome.
This commit is contained in:
Eddy Filip
2021-09-01 18:20:57 +02:00
parent e8da10d005
commit ac12d2e3c4
8 changed files with 2415 additions and 9 deletions

View File

@@ -9,9 +9,5 @@ inputs:
description: Whether to unset environment variables populated by 1Password in earlier job steps
default: false
runs:
using: composite
steps:
- run: |
export INPUT_UNSET_PREVIOUS=${{ inputs.unset-previous }}
${{ github.action_path }}/entrypoint.sh
shell: bash
using: 'node12'
main: 'dist/index.js'