Skip to content

Commit 5bfe6a0

Browse files
committed
1
1 parent 08f6bd8 commit 5bfe6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-observe-frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
find-prs:
2222
runs-on: ubuntu-latest
2323
outputs:
24-
prs: ${{ steps.find.outputs.prs }}
24+
prs: ${{ steps.find.outputs.prs || '[]' }}
2525
version: ${{ steps.version.outputs.version }}
2626
steps:
2727
- name: Extract version from tag
@@ -39,7 +39,7 @@ jobs:
3939
- name: Extract ticket from tagged commit
4040
id: tickets
4141
env:
42-
TAG: ${{ inputs.tag || github.event.release.tag_name || 'v3.214.0' }} # TODO: remove fallback after testing
42+
TAG: ${{ inputs.tag || github.event.release.tag_name || '3.214.0' }} # TODO: remove fallback after testing
4343
MANUAL_TICKET: ${{ inputs.ticket }}
4444
run: |
4545
if [ -n "$MANUAL_TICKET" ]; then

0 commit comments

Comments
 (0)