diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0742a0e..063f527 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: Explore-GitHub-Actions: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - run: curl www.topdev.de > topdev.html - uses: actions/upload-artifact@v4