Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Nov 2, 2023
1 parent 4e70ae0 commit c3a5d85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ inputs:
repo-root:
description: Repo root path
required: true
action_ref:
default: ${{ github.action_ref }}

runs:
using: "composite"
steps:
- env:
action_ref: ${{ github.action_ref }}
- uses: robinraju/release-downloader@v1.8
with:
tag: ${{ env.action_ref }}
tag: ${{ inputs.action_ref }}
fileName: syscalls-bumper_*_linux_amd64.tar.gz
tarBall: false
zipBall: false
Expand Down

0 comments on commit c3a5d85

Please sign in to comment.