Skip to content

Commit

Permalink
Added debug info 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Nov 7, 2024
1 parent 2d97bfb commit 8fe1a20
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 @@ -31,7 +31,7 @@ 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\""
done
Expand Down

0 comments on commit 8fe1a20

Please sign in to comment.