We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed0515 commit dee8731Copy full SHA for dee8731
.github/workflows/main.yml
@@ -33,8 +33,9 @@ jobs:
33
if [[ $file != db/* ]]; then
34
echo "This modified file is not under the 'db' folder."
35
echo "::set-output name=run_job::false"
36
+ echo "run_job=false" >> $GITHUB_OUTPUT
37
break
38
else
- echo "::set-output name=run_job::true"
39
+ echo "run_job=true" >> $GITHUB_OUTPUT
40
fi
41
done < files.txt
0 commit comments