Skip to content

Commit 3f0242c

Browse files
authored
fix: set default working directory for cleanup job in PR build workflow (#80)
1 parent 170bc8f commit 3f0242c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,9 @@ jobs:
389389
if: github.event.action == 'closed' && github.event_name == 'pull_request_target'
390390
permissions:
391391
contents: write
392+
defaults:
393+
run:
394+
working-directory: .
392395

393396
steps:
394397
- name: Delete PR registry release

0 commit comments

Comments
 (0)