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 6b22fd9 commit 118b1fd
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,17 @@ runs:
using: composite
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Savrov/github-action-version-cleaner
ref: release/1.0.0

- name: Download artifact from build
uses: bettermarks/action-artifact-download@0.3.0
with:
repo: Savrov/github-action-version-cleaner
token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: action-version-cleaner

# - name: Download artifact
# uses: actions/download-artifact@v3
# with:
# name: action-version-cleaner
# path: . # artifact will be saved in the current working directory

- name: Execute artifact
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: run

- name: Run build with Gradle Wrapper
shell: bash
run: ./gradlew run
env:
GITHUB_REPOSITORY: ${{ inputs.github-repository }}
PACKAGE_TYPE: ${{ inputs.package-type }}
Expand Down

0 comments on commit 118b1fd

Please sign in to comment.