Skip to content

Commit

Permalink
add checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
  • Loading branch information
wangxiaoxuan273 committed Jun 4, 2024
1 parent 6bc5f8c commit ed7fb19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
output1: ${{ steps.step1.outputs.URL }}
output2: ${{ steps.step2.outputs.CHECKSUM }}
steps:
- id: checkout
uses: actions/checkout@v3
- id: step1
run: echo "URL=$(jq -r 'keys_unsorted[0] as $k | .[$k].linux.amd64.url' ./src/lib/data/releases.json)" >> "$GITHUB_OUTPUT"
- id: debug0
Expand Down

0 comments on commit ed7fb19

Please sign in to comment.