diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec0b70f..1e1c74e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,9 +8,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: wtf - run: ls -la /home/runner/work/Zernit/Zernit/.github/custom-actions2/sourcehut-layer + run: ls -la /home/runner/work/Zernit/Zernit/.github/custom-actions/sourcehut-layer - name: Hello world action step - uses: ./.github/custom-actions2/sourcehut-layer + uses: ./.github/custom-actions/sourcehut-layer id: hello with: who-to-greet: 'Mona the Octocat'