Skip to content

Commit

Permalink
refresh_inputs: update base branch for PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Nov 28, 2023
1 parent 32970fb commit 4cb2c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refresh_inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: ${{ failure() && (github.event_name == 'schedule' || inputs.create_pr == true) }}
run: |
apk add github-cli
gh pr create --base "test-all-apps" --head "update-input" --title "[BOT] Update input file" --body "Input file has changed ! Please review changes !"
gh pr create --base "develop" --head "update-input" --title "[BOT] Update input file" --body "Input file has changed ! Please review changes !"
env:
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 comments on commit 4cb2c95

Please sign in to comment.