Skip to content

Commit

Permalink
Added missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Sep 13, 2024
1 parent b24e411 commit 6c7fa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build Message with Python
id: build_message
run: |
echo "MATTERMOST_MESSAGE=$(python -u scripts/build_message.py" >> $GITHUB_OUTPUT
echo "MATTERMOST_MESSAGE=$(python -u scripts/build_message.py)" >> $GITHUB_OUTPUT
- name: Send notification to Mattermost
env:
Expand Down

0 comments on commit 6c7fa3e

Please sign in to comment.