Skip to content

Commit f19ca0c

Browse files
#140 Fix notifications github workflow
1 parent 2a91d78 commit f19ca0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notifications.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- name: Get the tag short reference
1515
id: get_tag
16-
run: echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//}
16+
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
1717

1818
- name: Rocket.Chat Notification
19-
uses: madalozzo/Rocket.Chat.GitHub.Action.Notification@v2
19+
uses: madalozzo/Rocket.Chat.GitHub.Action.Notification@master
2020
with:
2121
type: success
2222
job_name: "[cleverage/process-bundle](https://github.com/cleverage/process-bundle) : ${{ steps.get_tag.outputs.TAG }} has been released"

0 commit comments

Comments
 (0)