Skip to content

Commit

Permalink
update readme workflow to use boolean instead of string
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Sep 17, 2024
1 parent e20c544 commit 4cdf632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow-update-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
git_commit_gpgsign: true

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

0 comments on commit 4cdf632

Please sign in to comment.