mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
workflow: update mantle branch to main
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
c9c1f6f437
commit
4e08e4f18b
2
.github/workflows/mantle-releases-main.yml
vendored
2
.github/workflows/mantle-releases-main.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
id: fetch-latest-mantle
|
id: fetch-latest-mantle
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
commit=$(git ls-remote https://github.com/flatcar/mantle refs/heads/flatcar-master | cut -f1)
|
commit=$(git ls-remote https://github.com/flatcar/mantle refs/heads/main | cut -f1)
|
||||||
echo "COMMIT=${commit}" >>"${GITHUB_OUTPUT}"
|
echo "COMMIT=${commit}" >>"${GITHUB_OUTPUT}"
|
||||||
- name: Try to apply patch
|
- name: Try to apply patch
|
||||||
if: ${{ steps.figure-out-branch.outputs.SKIP == 0 }}
|
if: ${{ steps.figure-out-branch.outputs.SKIP == 0 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user