Skip to content

Commit dfd8cf4

Browse files
committed
(wip)
1 parent 90209a2 commit dfd8cf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
6161
- name: test
6262
run: |
63-
echo ${{ toJson([inputs, github.ref]) }}
63+
echo ${{ toJson(inputs) }}
64+
echo ${{ toJson(github.ref) }}
6465
exit 1
6566
6667
- name: build Dockerfile

0 commit comments

Comments
 (0)