Skip to content

Commit 76e15d0

Browse files
committed
Checkout iPXE in tmp to avoid dirty state
1 parent b3c36bd commit 76e15d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ipxe_version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
- name: Checkout iPXE from master
1616
uses: actions/checkout@v3
1717
with:
18-
path: ipxe
18+
path: ${{ env.RUNNER_TEMP }}/ipxe
1919
repository: ipxe/ipxe
2020

2121
- name: Get version
2222
uses: ./.github/actions/version
2323
with:
24-
path: ipxe
24+
path: ${{ env.RUNNER_TEMP }}/ipxe
2525
id: version
2626

2727
- name: Update version string

0 commit comments

Comments
 (0)