Skip to content

Commit

Permalink
feat(ref: no-ref): test slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Mar 18, 2024
1 parent 164d4c2 commit be899d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Version: `${{ needs.build_and_push_docker_hub.outputs.version || 'TBA' }}`"
"text": "Version: `${{ needs.build_and_push_docker_hub.outputs.release_version || 'TBA' }}`"
}
},
{
Expand Down

0 comments on commit be899d8

Please sign in to comment.