Skip to content

Commit

Permalink
fix action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Savrov committed Dec 10, 2023
1 parent c51f909 commit 559025c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@ runs:
uses: actions/checkout@v4
with:
repository: Savrov/github-action-version-cleaner

- name: Download artifact
uses: actions/download-artifact@v2
with:
name: action-version-cleaner
path: . # artifact will be saved in the current working directory
- name: Run build with Gradle Wrapper
shell: bash
run: ./gradlew run

- name: Execute artifact
uses: gradle/gradle-build-action@v2
with:
arguments: run
env:
GITHUB_REPOSITORY: ${{ inputs.github-repository }}
PACKAGE_TYPE: ${{ inputs.package-type }}
Expand Down

0 comments on commit 559025c

Please sign in to comment.