diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 2355641ee..665924ea7 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -3,7 +3,7 @@ name: release-coolify on: push: branches: - - 'main' + - main jobs: make-it-coolifyed: @@ -12,8 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - with: - path: main - name: Set up QEMU uses: docker/setup-qemu-action@v1