We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a91d78 commit f19ca0cCopy full SHA for f19ca0c
.github/workflows/notifications.yml
@@ -13,10 +13,10 @@ jobs:
13
steps:
14
- name: Get the tag short reference
15
id: get_tag
16
- run: echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//}
+ run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
17
18
- name: Rocket.Chat Notification
19
- uses: madalozzo/Rocket.Chat.GitHub.Action.Notification@v2
+ uses: madalozzo/Rocket.Chat.GitHub.Action.Notification@master
20
with:
21
type: success
22
job_name: "[cleverage/process-bundle](https://github.com/cleverage/process-bundle) : ${{ steps.get_tag.outputs.TAG }} has been released"
0 commit comments