Skip to content

Commit

Permalink
Master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stooit committed Oct 3, 2024
1 parent 35716dc commit 0b0d214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
jobs:
sync_with_upstream:
runs-on: ubuntu-latest
name: Sync main with upstream latest
name: Sync master with upstream latest

steps:
# Step 1: run a standard checkout action, provided by github
- name: Checkout main
- name: Checkout master
uses: actions/checkout@v2
with:
ref: main
ref: master

# Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch
- name: Pull (Fast-Forward) upstream changes
Expand Down

0 comments on commit 0b0d214

Please sign in to comment.