Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarleviCm authored May 30, 2024
1 parent f2d12e2 commit 6e7f448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: inputs.branch
branch: ${{ inputs.branch }}
title: "Automated Changes"
body: "This is an automated PR created by GitHub Actions"
base: main
Expand Down

0 comments on commit 6e7f448

Please sign in to comment.