Skip to content

Commit

Permalink
Update sync.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored Jul 8, 2024
1 parent fb5c256 commit e4fade9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ on:

jobs:
sync_latest_from_upstream:
permissions:
contents: write
runs-on: ubuntu-latest
name: Sync latest commits from upstream repo

steps:
# REQUIRED step
# Step 1: run a standard checkout action, provided by github
- name: Checkout target repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: master

Expand Down

0 comments on commit e4fade9

Please sign in to comment.