Skip to content

Commit cd913bc

Browse files
fix deploy preview
1 parent 4126134 commit cd913bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/PR-Preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
node-version: 16
2626

27-
- if: github.event.pull_request.opened == true
28-
name: create repo
27+
- name: create repo
28+
if: ${{ github.event.action == 'opened'}}
2929
run: gh repo create blueDroidBot/${{ github.event.pull_request.number }} --public
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.BOT }}

0 commit comments

Comments
 (0)