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