diff --git a/.github/workflows/sync-readme-sponsors.yml b/.github/workflows/sync-readme-sponsors.yml index e3fee06..35cedba 100644 --- a/.github/workflows/sync-readme-sponsors.yml +++ b/.github/workflows/sync-readme-sponsors.yml @@ -9,11 +9,14 @@ permissions: contents: write jobs: - deploy: + sync-readme-sponsors: + name: 💖 Sync README sponsors runs-on: ubuntu-latest steps: - name: ♻️ Checkout uses: actions/checkout@v3 + with: + ref: main - name: 💖 Sync README sponsors uses: JamesIves/github-sponsors-readme-action@v1