Skip to content

Commit e163659

Browse files
!fixup: correct yaml key and indent errors
1 parent 3fd5a86 commit e163659

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ permissions: {}
1414

1515
jobs:
1616
build:
17+
runs-on: ubuntu-latest
18+
timeout-minutes: 10
19+
environment: deploy
20+
steps:
21+
1722
- uses: actions/checkout@v3
1823
with:
1924
fetch-depth: 0
@@ -45,7 +50,7 @@ jobs:
4550
uses: actions/setup-python@v4
4651
with:
4752
python-version: "3.7"
48-
release-notes:
53+
release-notes:
4954

5055
# todo: generate the content in the build job
5156
needs: [deploy]
@@ -54,7 +59,7 @@ release-notes:
5459
environment: deploy
5560
permissions:
5661
contents: write
57-
62+
steps:
5863
- uses: actions/checkout@v3
5964
with:
6065
fetch-depth: 0

0 commit comments

Comments
 (0)