We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac64742 commit c6c1c58Copy full SHA for c6c1c58
.github/workflows/deploy-production.yml
@@ -22,10 +22,9 @@ jobs:
22
name: Render Datasheets
23
runs-on: ubuntu-latest
24
steps:
25
-
26
- uses: actions/checkout@v4
27
- with:
28
- fetch-depth: 1
+ with:
+ fetch-depth: 1
29
30
- uses: ./.github/actions/generate-datasheets
31
with:
.github/workflows/deploy-staging.yml
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v4
0 commit comments