You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLACK_MESSAGE: "Something went wrong while uploading version ${{ steps.scope.outputs._1 }} of package ${{ steps.scope.outputs._0 }} to the marketplace. <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|More info..>"
58
-
SLACK_TITLE: ":warning: *Automation Failed*"
59
-
SLACK_USERNAME: ${{ secrets.BOT_NAME }}
60
-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
61
-
SLACK_FOOTER: ${{ secrets.BOT_FOOTER }}
62
-
MSG_MINIMAL: true
52
+
uses: ./.github/actions/slack-notification
53
+
with:
54
+
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
55
+
message: |
56
+
:warning: *Automation Failed*
57
+
58
+
Something went wrong while uploading version ${{ steps.scope.outputs._1 }} of package ${{ steps.scope.outputs._0 }} to the marketplace. <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|More info..>
0 commit comments