Skip to content

Commit

Permalink
__test
Browse files Browse the repository at this point in the history
  • Loading branch information
thgee committed Jul 25, 2024
1 parent cb8664a commit 60ee240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fb-hosting-admin-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ steps.diff-check.outputs.diff == 'true' }}
run: |
jq -r 'to_entries|map("\(.key)=\(.value|tostring)")|.[]' <<< "$ENVIRONMENT" > .env
echo $ENVIRONMENT
echo "::debug::${{toJson(vars)}}"
env:
SECRETS_CONTEXT: ${{ toJson(secrets) }}

Expand Down

0 comments on commit 60ee240

Please sign in to comment.