Skip to content

Commit

Permalink
test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Nov 7, 2024
1 parent 4cca5b6 commit 25e15af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/extract-1password-secret/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
echo "variable_name = $variable_name"
# 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 25e15af

Please sign in to comment.