Skip to content

Commit 2cf9dc0

Browse files
authored
Merge pull request #955 from bastelfreak/foo2
Fix typos in modulesync CI action
2 parents 03bbf48 + 0cc71dd commit 2cf9dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
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)