Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c6c1c58

Browse files
committedSep 9, 2024·
Typo
1 parent ac64742 commit c6c1c58

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed
 

‎.github/workflows/deploy-production.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
name: Render Datasheets
2323
runs-on: ubuntu-latest
2424
steps:
25-
2625
- uses: actions/checkout@v4
27-
with:
28-
fetch-depth: 1
26+
with:
27+
fetch-depth: 1
2928

3029
- uses: ./.github/actions/generate-datasheets
3130
with:

‎.github/workflows/deploy-staging.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
name: Render Datasheets
2323
runs-on: ubuntu-latest
2424
steps:
25-
26-
- uses: actions/checkout@v4
27-
with:
28-
fetch-depth: 1
25+
- uses: actions/checkout@v4
26+
with:
27+
fetch-depth: 1
2928

3029
- uses: ./.github/actions/generate-datasheets
3130
with:

0 commit comments

Comments
 (0)
Please sign in to comment.