Skip to content

Commit 03bbf48

Browse files
authored
Merge pull request #954 from bastelfreak/foo2
Fix typos in modulesync CI action
2 parents 3360c21 + 22ebe11 commit 03bbf48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ env:
1616
GITHUB_BASE_URL: https://api.github.com
1717

1818
jobs:
19-
unit:
19+
msync:
2020
runs-on: ubuntu-latest
2121
name: Run msync against all modules
22-
if: github.repository_owner == voxpupuli
22+
if: github.repository_owner == "voxpupuli"
2323
steps:
2424
- name: checkout code
2525
# the action has a ssh-key option.

0 commit comments

Comments
 (0)