Skip to content

Commit d7d6ddd

Browse files
committed
updates
Signed-off-by: NilashishC <nchakrab@redhat.com>
1 parent 3059c57 commit d7d6ddd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/collection.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
run: |
4040
ADMIN_PW=$(awk '/gateway_admin_password/{print $2}' container-startup.yml | xargs echo) &&
4141
echo "gateway_password=$ADMIN_PW" >> $GITHUB_ENV
42+
43+
- name: Echo gateway password
44+
run: |
45+
echo $gateway_password
4246
4347
- uses: actions/checkout@v3
4448

0 commit comments

Comments
 (0)