diff --git a/.github/workflows/cleanup-pr-preview.yml b/.github/workflows/cleanup-pr-preview.yml index 7a4adb4bc..83d8d9605 100644 --- a/.github/workflows/cleanup-pr-preview.yml +++ b/.github/workflows/cleanup-pr-preview.yml @@ -18,3 +18,5 @@ jobs: - run: git rm -rf ${{ github.event.number }} - run: git commit -m 'Cleaning up gh-pages after ${{ github.event.number }}' - uses: ad-m/github-push-action@master + with: + branch: gh-pages