Skip to content

Commit 266b2f3

Browse files
Fixed variable naming convention
1 parent 7284f2f commit 266b2f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
version: ${{ steps.version-output.outputs.version }}
3535
tag_name: ${{ steps.version-output.outputs.tag_name }}
3636
env:
37-
INPUTS: ${{ toJson(inputs) }}
37+
_INPUTS: ${{ toJson(inputs) }}
3838
steps:
3939
- name: Log inputs to job summary
4040
run: |
4141
{
4242
echo "<details><summary>Job Inputs</summary>"
4343
echo ""
4444
echo '```json'
45-
echo "${INPUTS}"
45+
echo "${_INPUTS}"
4646
echo '```'
4747
echo "</details>"
4848
} >> "$GITHUB_STEP_SUMMARY"

0 commit comments

Comments
 (0)