Bump JasonEtco/create-an-issue from 2 to 2.5.0 (#2978)
Bumps [JasonEtco/create-an-issue](https://github.com/JasonEtco/create-an-issue) from 2 to 2.5.0. - [Release notes](https://github.com/JasonEtco/create-an-issue/releases) - [Commits](https://github.com/JasonEtco/create-an-issue/compare/v2...v2.5.0) 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
28d814c813
commit
c167731cec
|
@ -102,7 +102,7 @@ jobs:
|
|||
# You can get conclusion by env (env.WORKFLOW_CONCLUSION)
|
||||
- uses: technote-space/workflow-conclusion-action@v1
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: JasonEtco/create-an-issue@v2
|
||||
- uses: JasonEtco/create-an-issue@v2.5.0
|
||||
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -162,7 +162,7 @@ jobs:
|
|||
# You can get conclusion by env (env.WORKFLOW_CONCLUSION)
|
||||
- uses: technote-space/workflow-conclusion-action@v1
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: JasonEtco/create-an-issue@v2
|
||||
- uses: JasonEtco/create-an-issue@v2.5.0
|
||||
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue