Fix the if condition
This commit is contained in:
parent
e515100f8c
commit
511485fdc6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/block-merge.yml
vendored
2
.github/workflows/block-merge.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
|
||||
echo "$file was changed"
|
||||
if grep -q "'astro': minor" "$file"; then
|
||||
# Some Actions
|
||||
echo "$file has a minor release tag"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue