Skip to content

Commit f3a678b

Browse files
authored
Update update.yml
1 parent 80a55fb commit f3a678b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
method: 'GET'
4848
- name: Show Response
4949
run: |
50-
echo ${{ fromJson(steps.myRequest.outputs.response) }}
50+
echo ${{ fromJson(steps.myRequest.outputs.response)[0] }}
5151
- name: Update Latest Version
5252
run: |
5353
echo "$Latest_Version"

0 commit comments

Comments
 (0)