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 c241af1 commit 2eefa29Copy full SHA for 2eefa29
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
checks:
18
uses: ./.github/workflows/check.yml
19
with:
20
- sdf_version: ${{ github.env.SDF_VERSION }}
+ sdf_version: ${{ env.SDF_VERSION }}
21
branch: ${{ github.ref }}
22
23
done:
.github/workflows/nightly.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Done
0 commit comments