Put action to root dir

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-11 11:00:41 +03:00
parent 4aa2101767
commit beb93e696d
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4
- name: Hello world action step
uses: ./.github/actions/action.yml
uses: ./
id: hello
with:
who-to-greet: "John"

View File

@ -11,6 +11,6 @@ outputs:
runs:
using: "docker"
image: "../../Dockerfile"
image: "Dockerfile"
args:
- ${{ inputs.who-to-greet }}