fix: permission in slack announcements action

This commit is contained in:
Sabiha Khan 2025-11-22 15:06:25 +05:30 committed by GitHub
parent 5ab5c1d0c1
commit c37fbcd7bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,8 @@ jobs:
if: steps.check.outputs.is_announcement == 'true'
id: prepare_message
run: |
# Run the script with environment variables to avoid shell parsing issues
# Make script executable and run it
chmod +x ./scripts/prepare-slack-message.sh
PAYLOAD=$(./scripts/prepare-slack-message.sh)
# Set output for next step