Bump act10ns/slack from 1 to 2 (https://github.com/woocommerce/woocommerce-blocks/pull/7805)
Bumps [act10ns/slack](https://github.com/act10ns/slack) from 1 to 2. - [Release notes](https://github.com/act10ns/slack/releases) - [Changelog](https://github.com/act10ns/slack/blob/master/RELEASE.md) - [Commits](https://github.com/act10ns/slack/compare/v1...v2) --- updated-dependencies: - dependency-name: act10ns/slack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
61744e6d21
commit
35b848f2c6
|
@ -11,7 +11,7 @@ jobs:
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: act10ns/slack@v1
|
- uses: act10ns/slack@v2
|
||||||
with:
|
with:
|
||||||
status: starting
|
status: starting
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
automations: release
|
automations: release
|
||||||
- uses: act10ns/slack@v1
|
- uses: act10ns/slack@v2
|
||||||
with:
|
with:
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
steps: ${{ toJson(steps) }}
|
steps: ${{ toJson(steps) }}
|
||||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||||
steps:
|
steps:
|
||||||
- uses: act10ns/slack@v1
|
- uses: act10ns/slack@v2
|
||||||
with:
|
with:
|
||||||
status: starting
|
status: starting
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
asset_path: ${{github.workspace}}/woo-gutenberg-products-block.zip
|
asset_path: ${{github.workspace}}/woo-gutenberg-products-block.zip
|
||||||
asset_name: woo-gutenberg-products-block.zip
|
asset_name: woo-gutenberg-products-block.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
- uses: act10ns/slack@v1
|
- uses: act10ns/slack@v2
|
||||||
with:
|
with:
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
steps: ${{ toJson(steps) }}
|
steps: ${{ toJson(steps) }}
|
||||||
|
|
Loading…
Reference in New Issue