1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at 75851b4f1b

This commit is contained in:
CoreOS Bot
2025-12-18 22:20:44 +00:00
parent 61bea57e7c
commit 98bc6ea554
7 changed files with 36 additions and 10 deletions

View File

@@ -1,4 +1,6 @@
name: Find whitespace
# Template generated by https://github.com/coreos/repo-templates; do not edit downstream
name: Find Whitespace
on:
pull_request:
@@ -14,7 +16,7 @@ jobs:
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v5
# https://github.com/actions/checkout/issues/760
- name: Mark git checkout as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

View File

@@ -16,7 +16,7 @@ jobs:
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v5
# https://github.com/actions/checkout/issues/760
- name: Mark git checkout as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"