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 8253df8 commit 43530abCopy full SHA for 43530ab
scripts/detect-app-to-build.sh
@@ -42,6 +42,6 @@ echo "** Version / build number changes **"
42
echo "SimplyE: ($SIMPLYE_CHANGED)"
43
echo "Open eBooks: ($OPENEBOOKS_CHANGED)"
44
45
-echo "::set-output name=simplye_changed::$SIMPLYE_CHANGED"
46
-echo "::set-output name=openebooks_changed::$OPENEBOOKS_CHANGED"
47
-
+# make values accessible to GitHub workflows
+echo "simplye_changed=$SIMPLYE_CHANGED" >> $GITHUB_OUTPUT
+echo "openebooks_changed=$OPENEBOOKS_CHANGED" >> $GITHUB_OUTPUT
0 commit comments