Skip to content

Commit

Permalink
Merge pull request #1663 from GoogleContainerTools/loosebazooka-patch-1
Browse files Browse the repository at this point in the history
Update update-temurin-packages.yml
  • Loading branch information
loosebazooka authored Sep 5, 2024
2 parents 9bd141a + a2c40cd commit 705a9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-temurin-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
GH_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
run: |
BODY_FILE=$(mktemp)
if ! OUTPUT=$(gh pr create -B main -H update-snapshots -t "Bumping temurin archives to latest stable versions" 2>&1) ; then
if ! OUTPUT=$(gh pr create -B main -H update-java-archives --fill 2>&1) ; then
echo $OUTPUT
if [[ "${OUTPUT}" =~ "already exists" ]]; then
echo "PR already exists and it was updated. Ending successfully";
Expand Down

0 comments on commit 705a9d7

Please sign in to comment.