Skip to content

Commit 21ab317

Browse files
hlcfanhsbt
authored andcommitted
Move working directory directive to defaults
1 parent 1b3c544 commit 21ab317

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/draft-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
jobs:
1515
release:
1616
runs-on: ubuntu-latest
17+
defaults:
18+
run:
19+
working-directory: www
1720
steps:
1821
- uses: actions/checkout@v4
1922
with:
@@ -56,4 +59,3 @@ jobs:
5659
body: "This is an automated pull request to create a release"
5760
draft: true
5861

59-
working-directory: www

0 commit comments

Comments
 (0)