diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 5eef2e3..ae7fbd7 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -8,4 +8,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ./ \ No newline at end of file + - uses: . \ No newline at end of file