We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06affcc commit 8771130Copy full SHA for 8771130
.github/workflows/ephemeral.yml
@@ -4,6 +4,9 @@ on:
4
schedule:
5
- cron: '0 * * * *'
6
workflow_dispatch:
7
+ pull_request:
8
+ branches:
9
+ - main
10
11
permissions:
12
contents: write
@@ -37,7 +40,8 @@ jobs:
37
40
pip install awscli awscli-local
38
41
39
42
- name: Run Ephemeral Script and Capture Output
- run: |
43
+ run: |
44
+ bash bin/ephemeral.sh
45
OUTPUT=$(bash bin/ephemeral.sh 2>&1)
46
echo "$OUTPUT"
47
NEW_URL=$(echo "$OUTPUT" | grep -Eo 'https://ls-[^ ]+')
0 commit comments