mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
put action.yaml into root dir
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
45817abc47
commit
0b3b5c2044
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Hello world action step
|
||||
uses: ./.github/actions/action.yaml
|
||||
uses: ./
|
||||
id: hello
|
||||
with:
|
||||
who-to-greet: "John"
|
||||
|
||||
@ -11,6 +11,6 @@ outputs:
|
||||
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "../../Dockerfile"
|
||||
image: "Dockerfile"
|
||||
args:
|
||||
- ${{ inputs.who-to-greet }}
|
||||
Loading…
Reference in New Issue
Block a user