We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdfbba commit e9109d4Copy full SHA for e9109d4
.github/actions/slack-workflow-notification/action.yml
.github/actions/slack/action.yml
.github/workflows/default_completed.yml
@@ -71,8 +71,7 @@ jobs:
71
72
runs-on: ubuntu-latest
73
steps:
74
- - uses: actions/checkout@v4
75
- - uses: ./.github/actions/slack-workflow-notification
+ - uses: mozilla/addons/.github/actions/slack-workflow-notification@main
76
with:
77
slack_token: ${{ secrets.SLACK_TOKEN }}
78
slack_channel: ${{ secrets.SLACK_ADDONS_PRODUCTION_CHANNEL }}
0 commit comments