Skip to content

Commit

Permalink
Rename: repo-sync/merge-refs -> repo-sync-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
orviz committed Dec 11, 2023
1 parent 5c88a8c commit 3f09f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
name: Create pull request
with:
base: repo-sync
branch: repo-sync/merge-refs
branch: repo-sync-merge
title: Synchronize repository with upstream contents
- run: bash -x ./.github/workflows/scripts/set_refs.sh $REPO_NAME_LOCAL
- run: git status
- uses: peter-evans/create-pull-request@v5
name: Create/update pull request
with:
base: repo-sync/merge-refs
title: Update references on repo-sync/merge-refs branch
base: repo-sync-merge
title: Update references on repo-sync-merge branch

0 comments on commit 3f09f46

Please sign in to comment.