mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
Print inputs for all actions. (#10284)
This commit is contained in:
committed by
GitHub
parent
4c5ab80b7e
commit
46c884de51
3
.github/actions/push-sandbox/action.yml
vendored
3
.github/actions/push-sandbox/action.yml
vendored
@@ -28,6 +28,9 @@ inputs:
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: '📝 Print Inputs'
|
||||
shell: 'bash'
|
||||
run: 'echo "${{ toJSON(inputs) }}"'
|
||||
- name: 'Checkout'
|
||||
uses: 'actions/checkout@v4'
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user