Skip to content

Commit 0dbb87d

Browse files
committed
Update
1 parent 04f0a1f commit 0dbb87d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/timqi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ jobs:
1515
if: ${{ github.event.repository.fork }}
1616

1717
steps:
18-
# Step 1: run a standard checkout action
1918
- name: Checkout target repo
2019
uses: actions/checkout@v3
2120

22-
# Step 2: run the sync action
2321
- name: Sync upstream changes
2422
id: sync
2523
uses: aormsby/[email protected]
@@ -55,7 +53,7 @@ jobs:
5553
tags: |
5654
type=raw,value=latest
5755
type=ref,event=tag
58-
56+
5957
- name: Set up QEMU
6058
uses: docker/setup-qemu-action@v2
6159

0 commit comments

Comments
 (0)