Skip to content

Commit

Permalink
fix: fix checksum file path
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Feb 3, 2023
1 parent 4b043a2 commit d559d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
fi
ghcp commit -r "$GITHUB_REPOSITORY" -b "$branch" \
-m "chore(aqua): update $CHECKSUM_FILE" \
aqua-checksums.json
"$CHECKSUM_FILE"
exit 1
fi
env:
Expand Down

0 comments on commit d559d5b

Please sign in to comment.