Skip to content

Commit 500c205

Browse files
committed
Display inputs for start-site workflow.
1 parent 9439461 commit 500c205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/start-site.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
build-deploy:
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Inputs
24+
run: echo "${{ toJSON(inputs) }}"
2325
- name: checkout scratch-gui
2426
uses: actions/checkout@v3
2527
with:

0 commit comments

Comments
 (0)