Skip to content

Commit 90209a2

Browse files
committed
(wip)
1 parent 33c4e2b commit 90209a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
chmod +x /usr/local/bin/go-replace
6060
6161
- name: test
62-
run: echo ${{ toJson(inputs) }}
62+
run: |
63+
echo ${{ toJson([inputs, github.ref]) }}
64+
exit 1
6365
6466
- name: build Dockerfile
6567
env:

0 commit comments

Comments
 (0)