Skip to content

Commit e5175cb

Browse files
authored
missing quotes in wflow (#2152)
1 parent fcdeca1 commit e5175cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
push-to-private:
18-
if: github.repository == facebookresearch/fairchem
18+
if: github.repository == 'facebookresearch/fairchem'
1919
runs-on: ubuntu-latest
2020
environment: sync-private
2121
steps:

0 commit comments

Comments
 (0)