Skip to content

Commit

Permalink
attempt to fix missing CI on release branches component upgrades (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos authored May 17, 2024
1 parent 85ad878 commit fce15cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Create pull request
uses: peter-evans/create-pull-request@v6
with:
git-token: ${{ secrets.DEPLOY_KEY_TO_UPDATE_STRICT_BRANCH }}
commit-message: "[${{ matrix.branch }}] Update component versions"
title: "[${{ matrix.branch }}] Update component versions"
body: "[${{ matrix.branch }}] Update component versions"
Expand Down

0 comments on commit fce15cb

Please sign in to comment.