Skip to content

Commit 63d3c3c

Browse files
committed
Output test env var
1 parent 03bcf96 commit 63d3c3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/snapshot-deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
java-version: '21'
2121
distribution: 'temurin'
22+
- name: Test output
23+
run: |
24+
echo "TEST: || ${{ secrets.TEST }} ||"
2225
- name: Set outputs
2326
id: vars
2427
run: |

0 commit comments

Comments
 (0)