Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Jan 11, 2024
1 parent 66e54ce commit d33ee9f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'

- id: report
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build dashboard
run: mvn clean install exec:java -Pdashboard -Dpublish
- name: Upload artifact
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/report-failed-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'

- id: build
run:
Expand All @@ -49,13 +50,13 @@ jobs:
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
run: |
if ( ! git diff --exit-code &>/dev/null ); then
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add --all
git commit -m "Updated failed-jobs-reporting.yml"
git push
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add --all
git commit -m "Updated failed-jobs-reporting.yml"
git push
fi
deploy:
Expand Down

0 comments on commit d33ee9f

Please sign in to comment.