Skip to content

Commit

Permalink
try to set branch name automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Jan 8, 2025
1 parent 6f555bb commit 0c98486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-pot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
- name: Create pull request
if: env.CHANGES_DETECTED == 1
run: gh pr create --base main --head generate-pot --title "Generate POT - $(date +'%Y-%m-%d')" --body "Automated PR"
run: gh pr create --base {{ $github.ref_name }} --head generate-pot --title "Generate POT - $(date +'%Y-%m-%d')" --body "Automated PR"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0c98486

Please sign in to comment.