Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Jan 8, 2025
2 parents 079c0ba + 7bda08f commit 2657b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-pot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Create pull request
if: env.CHANGES_DETECTED == 1
run: gh pr create --base {{ $github.ref_name }} --head generate-pot --title "Generate POT - $(date +'%Y-%m-%d')" --body "Automated PR"
run: gh pr create --base ${BRANCH_NAME} --head generate-pot --title "Generate POT - $(date +'%Y-%m-%d')" --body "Automated PR"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

0 comments on commit 2657b34

Please sign in to comment.