Skip to content

Commit dee8731

Browse files
committed
NO MESSAGE SET
1 parent 7ed0515 commit dee8731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
if [[ $file != db/* ]]; then
3434
echo "This modified file is not under the 'db' folder."
3535
echo "::set-output name=run_job::false"
36+
echo "run_job=false" >> $GITHUB_OUTPUT
3637
break
3738
else
38-
echo "::set-output name=run_job::true"
39+
echo "run_job=true" >> $GITHUB_OUTPUT
3940
fi
4041
done < files.txt

0 commit comments

Comments
 (0)