We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d938a commit 2d80274Copy full SHA for 2d80274
.github/workflows/cleanup-pr-preview.yml
@@ -13,6 +13,6 @@ jobs:
13
ref: gh-pages
14
- run: git config user.name "github-actions[bot]"
15
- run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
16
- - run: git rm ${{ github.ref_name }}
17
- - run: git commit -m 'Cleaning up gh-pages after ${{ github.ref_name }}'
+ - run: git rm -rf ${{ github.event.number }}
+ - run: git commit -m 'Cleaning up gh-pages after ${{ github.event.number }}'
18
- uses: ad-m/github-push-action@master
0 commit comments