diff --git a/action.yml b/action.yml index cb5037e..33702f0 100644 --- a/action.yml +++ b/action.yml @@ -51,10 +51,7 @@ runs: ./infisical export --domain ${{ inputs.api-url }} --token ${{ inputs.infisical-token}} --env "${env_list[i]}" --path "${path_list[i]}" --format yaml | tee >(./yq -r 'to_entries[] | .key + "=" +.value' >> $GITHUB_ENV) | ./yq -r 'to_entries[] | "echo ::add-mask::\"" + .value + "\""' >> mask.sh; chmod +x mask.sh ./mask.sh - cat ./mask.sh rm mask.sh done - env - - shell: bash - run: echo "Secrets added to environment!". \ No newline at end of file + run: echo "Secrets added to environment!" && env \ No newline at end of file