diff --git a/.github/workflows/name: Delete Artifacts on: workflow_dispatch: jobs: delete-artifacts: runs-on: ubuntu-latest steps: - name: Delete Old Artifacts uses: actions/delete-artifacts.yml b/.github/workflows/delete-artifacts.yml similarity index 100% rename from .github/workflows/name: Delete Artifacts on: workflow_dispatch: jobs: delete-artifacts: runs-on: ubuntu-latest steps: - name: Delete Old Artifacts uses: actions/delete-artifacts.yml rename to .github/workflows/delete-artifacts.yml