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:
dependabot[bot] 2021-05-13 13:38:34 -07:00 committed by GitHub
parent 28d814c813
commit c167731cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}