Skip to content

Commit 22654a6

Browse files
Correction inputs typo
1 parent d9a93f2 commit 22654a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-gcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
docker build . --tag ghcr.io/godaddy-wordpress/mwcs-deploy:latest
2525
- name: Build the MWCS Deploy Docker image and Publish
26-
if: ${{input.build-only == false}}
26+
if: ${{inputs.build-only == false}}
2727
run: |
2828
docker build . --tag ghcr.io/godaddy-wordpress/mwcs-deploy:latest
2929
docker push ghcr.io/godaddy-wordpress/mwcs-deploy:latest

0 commit comments

Comments
 (0)