mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use github env var correctly
This commit is contained in:
parent
81da0eee4f
commit
96d6fb9653
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint-migrations.yml
vendored
2
.github/workflows/lint-migrations.yml
vendored
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
echo "{FILE_NAMES}={$modified_migrations}" >> $GITHUB_OUTPUT
|
||||
- uses: sbdchd/squawk-action@v1
|
||||
with:
|
||||
pattern: $FILE_NAMES
|
||||
pattern: "$FILE_NAMES"
|
||||
|
|
|
|||
Loading…
Reference in a new issue