Skip to content

Commit

Permalink
Merge pull request #175 from cyclinder/action/fix_typo
Browse files Browse the repository at this point in the history
fix action typo
  • Loading branch information
cyclinder authored Apr 25, 2023
2 parents 93ae5d0 + 9635036 commit a621e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
https://api.github.com/repos/${GITHUB_REPOSITORY}/releases/latest |yq '.body' > changelog-${latest_release}.md
- name: Create Pull Request
if: ${{ steps.save.outputs.release != "" }}
if: steps.save.outputs.release != ''
uses: peter-evans/[email protected]
with:
title: "robot Update changelog-${{ steps.save.outputs.release }}.md to branch ${{ env.MERGE_BRANCH }} "
Expand Down

0 comments on commit a621e8b

Please sign in to comment.