Skip to content

Commit 2eefa29

Browse files
committed
chore: use env
1 parent c241af1 commit 2eefa29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
checks:
1818
uses: ./.github/workflows/check.yml
1919
with:
20-
sdf_version: ${{ github.env.SDF_VERSION }}
20+
sdf_version: ${{ env.SDF_VERSION }}
2121
branch: ${{ github.ref }}
2222

2323
done:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
checks:
1717
uses: ./.github/workflows/check.yml
1818
with:
19-
sdf_version: ${{ github.env.SDF_VERSION }}
19+
sdf_version: ${{ env.SDF_VERSION }}
2020
branch: ${{ github.ref }}
2121
done:
2222
name: Done

0 commit comments

Comments
 (0)