Skip to content

Commit

Permalink
fix(ci): try to fix error (#6461)
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com>
  • Loading branch information
Fral738 authored Dec 3, 2024
1 parent e7342b4 commit 5bc910e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_trdl-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- publish_werf_images
uses: ./.github/workflows/_notification.yml
with:
taskSign: "@${{ secrets.LOOP_NOTIFICATION_GROUP }} прожмите `task sign`"
taskSign: ${{ secrets.LOOP_NOTIFICATION_GROUP }} прожмите `task sign`
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_trdl-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: release
uses: ./.github/workflows/_notification.yml
with:
taskSign: "@${{ secrets.LOOP_NOTIFICATION_GROUP }} прожмите `task sign`"
taskSign: ${{ secrets.LOOP_NOTIFICATION_GROUP }} прожмите `task sign`
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
Expand Down

0 comments on commit 5bc910e

Please sign in to comment.