We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9439461 commit 500c205Copy full SHA for 500c205
.github/workflows/start-site.yml
@@ -20,6 +20,8 @@ jobs:
20
build-deploy:
21
runs-on: ubuntu-latest
22
steps:
23
+ - name: Inputs
24
+ run: echo "${{ toJSON(inputs) }}"
25
- name: checkout scratch-gui
26
uses: actions/checkout@v3
27
with:
0 commit comments