Skip to content

Commit

Permalink
Update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
orviz committed Dec 11, 2023
1 parent 3680a08 commit 2583ffa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,18 @@ jobs:
source_branch: main
destination_branch: repo-sync
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout <repo-sync> branch
uses: actions/checkout@v3
with:
persist-credentials: false
ref: repo-sync
- uses: peter-evans/create-pull-request@v5
name: Create pull request
with:
base: repo-sync-merge
branch: repo-sync
title: Synchronize repository with upstream contents
- name: Checkout <repo-sync> branch
- name: Checkout <repo-sync-merge> branch
uses: actions/checkout@v3
with:
persist-credentials: false
Expand Down

0 comments on commit 2583ffa

Please sign in to comment.