Skip to content

Commit 0535a98

Browse files
committed
WIP: github: Print input parameters
1 parent 4954f1e commit 0535a98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
outputs:
2525
TAG: ${{steps.get-parameters.outputs.TAG}}
2626
steps:
27+
- name: Check inputs
28+
run: |
29+
echo commit ${{inputs.commit}} branch ${{inputs.branch}}
2730
- name: Download build parameters
2831
uses: dawidd6/action-download-artifact@v6
2932
with:

0 commit comments

Comments
 (0)