-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update canonical/charming-actions action to v2.6.3
- Loading branch information
1 parent
3c184d4
commit f43708b
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
ref: ${{ inputs.source_branch }} | ||
|
||
- name: Select charmhub channel | ||
uses: canonical/charming-actions/channel@2.3.0 | ||
uses: canonical/charming-actions/channel@2.6.3 | ||
id: select-channel | ||
if: ${{ inputs.destination_channel == '' }} | ||
|
||
|
@@ -84,7 +84,7 @@ jobs: | |
echo "::set-output name=tag_prefix::$tag_prefix" | ||
- name: Upload charm to charmhub | ||
uses: canonical/charming-actions/[email protected].2 | ||
uses: canonical/charming-actions/[email protected].3 | ||
with: | ||
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
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