We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03bbf48 + 0cc71dd commit 2cf9dc0Copy full SHA for 2cf9dc0
1 file changed
.github/workflows/update.yml
@@ -19,7 +19,7 @@ jobs:
19
msync:
20
runs-on: ubuntu-latest
21
name: Run msync against all modules
22
- if: github.repository_owner == "voxpupuli"
+ if: ${{ github.repository_owner == 'voxpupuli' }}
23
steps:
24
- name: checkout code
25
# the action has a ssh-key option.
0 commit comments