Skip to content

Commit

Permalink
Pin mattermost-notify
Browse files Browse the repository at this point in the history
Currently the action is always using the last published package on PyPi.
Pinning the is needed so changes to the code can be made, without switching everyone over to the new version immidiatly.

Ref.: DEVOPS-1269
  • Loading branch information
ailox authored and greenbonebot committed Nov 19, 2024
1 parent c1d1b19 commit b88c9d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mattermost-notify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ runs:
with:
python-version: "3.10"
install: mattermost-notify
install-version: "24.11.2"

- name: Set Channel and Webhook
shell: bash
Expand Down

0 comments on commit b88c9d3

Please sign in to comment.