Skip to content

Commit

Permalink
test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Nov 7, 2024
1 parent 0f0759b commit 4cca5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/extract-1password-secret/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ runs:
echo "key = $key"
echo "value = $value"
echo "variable_name = $variable_name"
export "$variable_name"=$value
# export "$variable_name"="$value"
echo "$variable_name=$value" >> $GITHUB_ENV
echo "$variable_name=$value"
echo "$variable_name="$value"
done

- name: Load secrets from 1Password
Expand Down

0 comments on commit 4cca5b6

Please sign in to comment.