We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccd5a5 commit fb74717Copy full SHA for fb74717
.github/workflows/ipxe_version.yaml
@@ -19,20 +19,9 @@ jobs:
19
20
- name: Update version string
21
run: |
22
- sed -Ei 's/(IPXE_REF: )[0-9a-f]{40}/\1${{ steps.version.outputs.sha }}/' .github/workflows/ipxe_build.yaml
23
-
24
- - name: Check dirty status
25
- id: dirty
26
- run: |
27
- # set a flag if something was changed
28
- if git diff-index --quiet HEAD --; then
29
- echo "::set-output name=dirty::false"
30
- else
31
- echo "::set-output name=dirty::true"
32
- fi
+ sed -Ei 's/(IPXE_REF:) [0-9a-f]{40}/\1 ${{ steps.version.outputs.sha }}/' .github/workflows/ipxe_build.yaml
33
34
- name: Create pull request
35
- if: steps.dirty.outputs.dirty == 'true'
36
uses: peter-evans/create-pull-request@v4
37
with:
38
title: ':arrow_up: Bump ipxe/ipxe'
0 commit comments