Skip to content

Commit f11ee1f

Browse files
committed
Echo environment input
1 parent b224f7d commit f11ee1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Echo env var
2525
run: |
2626
echo ${{ vars.ENV_NAME }}
27+
echo env input: ${{ inputs.environment }}
2728
exit 1
2829
- name: Create and upload tag ${{ env.REL_TAG }}
2930
run: |

0 commit comments

Comments
 (0)