Skip to content

Commit

Permalink
Merge pull request #1702 from GoogleContainerTools/loosebazooka-patch-1
Browse files Browse the repository at this point in the history
Update update-temurin-packages.yml
  • Loading branch information
bobcallaway authored Oct 23, 2024
2 parents d6782c9 + eeed17e commit 97942b4
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 97942b4

Please sign in to comment.