Skip to content

Commit 6737245

Browse files
committed
Fix typo "runs-un" in GHA workflows (Case 171395)
1 parent 742de6b commit 6737245

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
composer-require-checker:
1414
name: Check missing composer requirements
15-
runs-un: ubuntu-22.04
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Konfiguriere PHP-Version und -Einstellungen im Worker-Node

.github/workflows/fix-cs-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: Coding Standards
1212
jobs:
1313
open-pr-for-cs-violations:
1414
name: PHP-CS-Fixer
15-
runs-un: ubuntu-22.04
15+
runs-on: ubuntu-22.04
1616
if: github.actor != 'dependabot[bot]'
1717
steps:
1818
- name: Checkout code

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
PHPUnit:
1515
name: PHPUnit
16-
runs-un: ubuntu-22.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4
1919
- run: mkdir --mode=777 -p $GITHUB_WORKSPACE/{tmp,logs}

0 commit comments

Comments
 (0)