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.
2 parents c9c1f6f + 4e08e4f commit 14674d8Copy full SHA for 14674d8
.github/workflows/mantle-releases-main.yml
@@ -55,7 +55,7 @@ jobs:
55
id: fetch-latest-mantle
56
run: |
57
set -euo pipefail
58
- 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)
59
echo "COMMIT=${commit}" >>"${GITHUB_OUTPUT}"
60
- name: Try to apply patch
61
if: ${{ steps.figure-out-branch.outputs.SKIP == 0 }}
0 commit comments