another tweak

This commit is contained in:
Kurt Hutten Irev-Dev
2024-04-25 09:20:14 +10:00
parent f32f0e2717
commit 49ea3991b2

View File

@ -34,11 +34,11 @@ jobs:
id: set-output
run: |
if [ -z "${{ env.CHANGES_DETECTED }}" ]; then
echo "url=" >> $GITHUB_OUTPUT
echo "No changes detected in src/wasm-lib"
else
echo "url=https://app.zoo.dev" >> $GITHUB_OUTPUT
echo "Changes detected in src/wasm-lib"
else
echo "url=" >> $GITHUB_OUTPUT
echo "No changes detected in src/wasm-lib"
fi