Skip to content

Commit

Permalink
Replace gradle-build-action with newer setup-gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gregorczyk committed Jul 22, 2024
1 parent cb39978 commit 9d31a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-review-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Create HTML with Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/setup-gradle@v3
with:
arguments: run --args="--input-file ../../asciidoc/sdpi-supplement.adoc --output-folder ../../sdpi-supplement --github-token ${{ secrets.SDPI_API_ACCESS_TOKEN_SECRET }} --backend html"
build-root-directory: .ci/asciidoc-converter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest-master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Create HTML with Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/setup-gradle@v3
with:
arguments: run --args="--input-file ../../asciidoc/sdpi-supplement.adoc --output-folder ../../sdpi-supplement --github-token ${{ secrets.SDPI_API_ACCESS_TOKEN_SECRET }} --backend html"
build-root-directory: .ci/asciidoc-converter
Expand Down

0 comments on commit 9d31a40

Please sign in to comment.