Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/bump-payload-on-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
echo "pr_title=chore: bump payload versions" >> $GITHUB_OUTPUT
echo "pr_body=Automated component version bump" >> $GITHUB_OUTPUT
fi
- name: clean up temporary files
run: |
rm -f bump-output.txt commit-message.txt pr-body.txt
- name: create pull request
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/bump-payload-on-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
echo "pr_title=chore: bump payload versions" >> $GITHUB_OUTPUT
echo "pr_body=Automated component version bump for ${{ matrix.branch }}" >> $GITHUB_OUTPUT
fi
- name: clean up temporary files
run: |
rm -f bump-output.txt commit-message.txt pr-body.txt
- name: create pull request
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
with:
Expand Down
4 changes: 0 additions & 4 deletions bump-output.txt

This file was deleted.

Loading