Skip to content

Commit f958fb3

Browse files
committed
fix the ephemeral startup script
1 parent 06affcc commit f958fb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ephemeral.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
pip install awscli awscli-local
3838
3939
- name: Run Ephemeral Script and Capture Output
40-
run: |
40+
run: |
41+
bash bin/ephemeral.sh
4142
OUTPUT=$(bash bin/ephemeral.sh 2>&1)
4243
echo "$OUTPUT"
4344
NEW_URL=$(echo "$OUTPUT" | grep -Eo 'https://ls-[^ ]+')

0 commit comments

Comments
 (0)