mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-20 19:11:23 -07:00
Fix quoting when echoing workflow JSON (#10596)
This commit is contained in:
4
.github/actions/push-sandbox/action.yml
vendored
4
.github/actions/push-sandbox/action.yml
vendored
@@ -30,7 +30,9 @@ runs:
|
||||
steps:
|
||||
- name: '📝 Print Inputs'
|
||||
shell: 'bash'
|
||||
run: 'echo "${{ toJSON(inputs) }}"'
|
||||
env:
|
||||
JSON_INPUTS: '${{ toJSON(inputs) }}'
|
||||
run: 'echo "$JSON_INPUTS"'
|
||||
- name: 'Checkout'
|
||||
uses: 'actions/checkout@v4'
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user