Skip to content

Commit

Permalink
Update update-temurin-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka authored Oct 23, 2024
1 parent d6782c9 commit eeed17e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-temurin-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: ./knife update-java-archives

- name: Check for changes
id: check-changes
run: |
git status
if [[ $(git status --porcelain) ]]; then
Expand All @@ -39,7 +38,6 @@ jobs:

- name: Create commits
if: env.DISTROLESS_DIFF
id: create commits
run: |
git checkout -b update-java-archives
Expand Down

0 comments on commit eeed17e

Please sign in to comment.