Skip to content

Commit

Permalink
return to previous value
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jan 6, 2024
1 parent f693226 commit 69e87b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
- name: Set up options
shell: bash
run: |
# Extract the version and options
# Extract e.g. 0.1 from /runner/foo/bar/.../v0.1
export version=$(basename $GITHUB_ACTION_PATH | tail -c +2)
wget -q https://github.com/Kleidukos/get-tested/releases/download/v${version}/get-tested-${version}-linux-amd64 -O get-tested
chmod +x get-tested
Expand Down

0 comments on commit 69e87b8

Please sign in to comment.