Skip to content

Commit

Permalink
use origin prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph committed Oct 16, 2024
1 parent be33ee9 commit e014f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch-icons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create Branch
id: current-branch
run: |
git checkout -b $BRANCH_NAME release/v8
git checkout -b $BRANCH_NAME origin/release/v8
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
env:
BRANCH_NAME: ${{ steps.current-date.outputs.date }}-update-icons
Expand Down Expand Up @@ -169,6 +169,6 @@ jobs:
- name: Create PR
if: steps.changed-files.outputs.any_modified != 'false'
run: |
gh pr create --title "chore(icons): :point_up: update icons" --body-file ${{ steps.pr-body.outputs.file }} --base release/v8
gh pr create --title "chore(icons): :point_up: update icons" --body-file ${{ steps.pr-body.outputs.file }} --base origin/release/v8
env:
GITHUB_TOKEN: ${{ secrets.SWISSPOSTDEVS_ACCESS_TOKEN }}

0 comments on commit e014f99

Please sign in to comment.