Skip to content

Commit

Permalink
Update .github/workflows/promote-charms.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Mateo Florido <[email protected]>
  • Loading branch information
addyess and mateoflorido authored May 3, 2024
1 parent 9ea62ae commit ffc259a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/promote-charms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
echo "track=${BRANCH:8}" >> "$GITHUB_OUTPUT"
else
echo "::error Failed to determine track from branch ${BRANCH}"
exit 1
exit 1
fi
echo "Promote from $track/${{github.event.inputs.origin-risk}} to $track/${{github.event.inputs.destination-risk}}"
select-charms:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ffc259a

Please sign in to comment.