Skip to content

Commit f41d418

Browse files
committed
Fix: Checkout before composite action
1 parent 7410982 commit f41d418

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/build-server/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ outputs:
2525
runs:
2626
using: composite
2727
steps:
28-
- name: Checkout Repository
29-
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 #v5.1.0
30-
3128
- name: Setup QEMU
3229
uses: docker/setup-qemu-action@v4
3330

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ jobs:
345345
service: ["repository", "discovery", "registry"]
346346
fail-fast: false
347347
steps:
348+
- name: Checkout Repository
349+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 #v5.1.0
350+
348351
- uses: ./.github/actions/build-server
349352
id: build
350353
with:

0 commit comments

Comments
 (0)