Skip to content

Commit

Permalink
feat: print repo vars
Browse files Browse the repository at this point in the history
For debugging purposes
  • Loading branch information
christolis authored Aug 28, 2023
1 parent 040513f commit fd5b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build
run: |-
echo "$REPO_SECRETS" > secrets.json
echo "$REPO_VARS" > vars.json
echo "$REPO_VARS"
jq -s '.[0] * .[1]' secrets.json vars.json > config.json
docker build \
Expand Down

0 comments on commit fd5b1c6

Please sign in to comment.