Skip to content

Commit 0354ae7

Browse files
committed
Remove cat
1 parent 5349f17 commit 0354ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- run: echo "version=$(cat versions.json | jq -j keys)" >> "$GITHUB_OUTPUT"
14+
- run: echo "version=$(jq keys versions.json)" >> "$GITHUB_OUTPUT"
1515
id: list-versions
1616
outputs:
1717
version: ${{ steps.list-versions.ouputs.version }}

0 commit comments

Comments
 (0)