Skip to content

Commit 4cdf632

Browse files
committed
update readme workflow to use boolean instead of string
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent e20c544 commit 4cdf632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flow-update-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
git_commit_gpgsign: true
179179

180180
- name: Commit README.md Changes
181-
if : ${{ inputs.commit-changes == 'true' }}
181+
if : ${{ inputs.commit-changes }}
182182
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
183183
with:
184184
commit_message: "auto update README.md [skip ci]"

0 commit comments

Comments
 (0)