Skip to content

Commit c3f6454

Browse files
authored
syntax fix func job output (#966)
1 parent 268bc84 commit c3f6454

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/functional-test-beta.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check new beta version - Functional
22

33
on:
44
schedule:
5-
- cron: "15 * * * *"
5+
- cron: "30 * * * *"
66
env:
77
LATEST: ""
88
permissions:
@@ -11,7 +11,8 @@ permissions:
1111
jobs:
1212
Get-Functional-Split:
1313
runs-on: ubuntu-latest
14-
outputs: ${{ steps.getsplit.outputs.split }}
14+
outputs:
15+
split: ${{ steps.getsplit.outputs.split }}
1516
steps:
1617
- name: Get Split Based On Time
1718
id: getsplit

0 commit comments

Comments
 (0)