Skip to content

Commit d9a93f2

Browse files
Correcting Input Variable Typo (#3)
1 parent fadb0fa commit d9a93f2

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
@@ -19,7 +19,7 @@ jobs:
1919
username: ${{ github.actor }}
2020
password: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Only Build MWCS Deploy
22-
if: ${{input.build-only == true}}
22+
if: ${{inputs.build-only == true}}
2323
run: |
2424
docker build . --tag ghcr.io/godaddy-wordpress/mwcs-deploy:latest
2525
- name: Build the MWCS Deploy Docker image and Publish

0 commit comments

Comments
 (0)