Skip to content

Commit

Permalink
no action
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jan 3, 2024
1 parent 1f94905 commit 2eef65c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn clean install -Pinvoker --errors --batch-mode
report-fail:
name: Create issue on failure
needs: test
if: failure()
runs-on: ubuntu-latest
steps:
- uses: jayqi/failed-build-issue-action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# report-fail:
# name: Create issue on failure
# needs: test
# if: failure()
# runs-on: ubuntu-latest
# steps:
# - uses: jayqi/failed-build-issue-action
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2eef65c

Please sign in to comment.