Skip to content

Commit fd89549

Browse files
committed
Fix typo "runs-un" in GHA workflows (Case 171395)
1 parent afc2c10 commit fd89549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Coding Standards
99
jobs:
1010
open-pr-for-cs-violations:
1111
name: PHP-CS-Fixer
12-
runs-un: ubuntu-22.04
12+
runs-on: ubuntu-22.04
1313
if: github.actor != 'dependabot[bot]'
1414
steps:
1515
- name: Checkout code

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
PHPUnit:
14-
runs-un: ubuntu-22.04
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)