Skip to content

Commit

Permalink
fix: branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 19, 2022
1 parent 7f429d6 commit 93e6196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gitops-promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ jobs:

- name: Create Pull Request
if: inputs.pull_request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v4
with:
branch: promote/${{ github.event.repository.name }}-${{ github.ref_name }}

0 comments on commit 93e6196

Please sign in to comment.