Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Can't use inputs I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 30, 2024
1 parent 757fd93 commit 7059425
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ inputs:
command:
description: Full command, passed through sh -c
required: true
tag:
description: "Restyled SDK image tag to use"
default: main
outputs: {}
runs:
using: docker
image: docker://restyled/sdk:${{ inputs.tag }}
image: docker://restyled/sdk:next
entrypoint: sh
args:
- -c
Expand Down

0 comments on commit 7059425

Please sign in to comment.