We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5349f17 commit 0354ae7Copy full SHA for 0354ae7
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - run: echo "version=$(cat versions.json | jq -j keys)" >> "$GITHUB_OUTPUT"
+ - run: echo "version=$(jq keys versions.json)" >> "$GITHUB_OUTPUT"
15
id: list-versions
16
outputs:
17
version: ${{ steps.list-versions.ouputs.version }}
0 commit comments