Skip to content

Commit

Permalink
GHCICD fork: Update state tag URLs to fit with main_GHCICD
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoffrog committed Jul 28, 2024
1 parent 205bf16 commit 82fa82c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Basic validation
on:
push:
branches:
- main
- main*
- releases/*
paths-ignore:
- '**.md'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Validate cache
on:
push:
branches:
- main
- main*
- releases/*
paths-ignore:
- '**.md'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Setup Java

[![Basic validation](https://github.com/actions/setup-java/actions/workflows/basic-validation.yml/badge.svg?branch=main)](https://github.com/actions/setup-java/actions/workflows/basic-validation.yml)
[![Validate Java e2e](https://github.com/actions/setup-java/actions/workflows/e2e-versions.yml/badge.svg?branch=main)](https://github.com/actions/setup-java/actions/workflows/e2e-versions.yml)
[![Validate cache](https://github.com/actions/setup-java/actions/workflows/e2e-cache.yml/badge.svg?branch=main)](https://github.com/actions/setup-java/actions/workflows/e2e-cache.yml)
[![Basic validation](https://github.com/GHCICD/setup-java/actions/workflows/basic-validation.yml/badge.svg?branch=main_GHCICD)](https://github.com/GHCICD/setup-java/actions/workflows/basic-validation.yml)
[![Validate Java e2e](https://github.com/GHCICD/setup-java/actions/workflows/e2e-versions.yml/badge.svg?branch=main_GHCICD)](https://github.com/GHCICD/setup-java/actions/workflows/e2e-versions.yml)
[![Validate cache](https://github.com/GHCICD/setup-java/actions/workflows/e2e-cache.yml/badge.svg?branch=main_GHCICD)](https://github.com/GHCICD/setup-java/actions/workflows/e2e-cache.yml)

The `setup-java` action provides the following functionality for GitHub Actions runners:
- Downloading and setting up a requested version of Java. See [Usage](#usage) for a list of supported distributions.
Expand Down

0 comments on commit 82fa82c

Please sign in to comment.