Skip to content

Commit

Permalink
feat: set the version
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Feb 12, 2025
1 parent 71ed8f7 commit 1881dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/env-vars-pr-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CHANGED=true
break
fi
done
done # Fechando o loop "for" aqui
# Determinando se o arquivo mudou ou não
if [ "$CHANGED" = true ]; then
Expand All @@ -52,6 +52,7 @@ jobs:
else
echo "File .env.example not changed."
echo "file_changed=false" >> $GITHUB_ENV
fi # Fechando o "if" aqui
- name: Send Slack Notification if file changed
if: env.file_changed == 'true' # Only send notification if the file was changed
Expand Down

0 comments on commit 1881dc0

Please sign in to comment.