Skip to content

Commit 64dd735

Browse files
authored
Fix typo (#135)
1 parent 6280ed0 commit 64dd735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
image: ${{ steps.variables.outputs.image }}
4747
- name: Checkout
4848
uses: actions/checkout@v4
49-
if: ${{ steps.update.outputs.needs-updating == 'true' || inputs.force == 'true '}}
49+
if: ${{ steps.update.outputs.needs-updating == 'true' || inputs.force == 'true' }}
5050
- name: Setup QEMU
5151
uses: docker/setup-qemu-action@v3
5252
with:

0 commit comments

Comments
 (0)