diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a4f5591..a3859ca 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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" diff --git a/.github/actions/action.yaml b/action.yaml similarity index 91% rename from .github/actions/action.yaml rename to action.yaml index d6197c4..90f276d 100644 --- a/.github/actions/action.yaml +++ b/action.yaml @@ -11,6 +11,6 @@ outputs: runs: using: "docker" - image: "../../Dockerfile" + image: "Dockerfile" args: - ${{ inputs.who-to-greet }}