-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CI: Fix typo in bump-t2-bsp workflow * Tag all published crates --------- Co-authored-by: Ian Rees <[email protected]>
- Loading branch information
1 parent
c497239
commit cbbd4f0
Showing
2 changed files
with
55 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,11 +75,11 @@ jobs: | |
uses: peter-evans/create-pull-request@v6 | ||
with: | ||
commit-message: | | ||
Bump ${{ github.event.input.bsp_name }} (${{ github.event.inputs.bsp_bump }}) | ||
Bump ${{ github.event.inputs.bsp_name }} (${{ github.event.inputs.bsp_bump }}) | ||
committer: GitHub <[email protected]> | ||
author: atsamd-bot <[email protected]> | ||
signoff: false | ||
branch: bump-${{ github.event.input.bsp_name }} | ||
branch: bump-${{ github.event.inputs.bsp_name }} | ||
delete-branch: true | ||
title: '[atsamd-bot] Bump crate versions' | ||
body: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters