Skip to content

Commit

Permalink
Merge pull request #125 from rinchsan/fix-set-output-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rinchsan authored Oct 15, 2022
2 parents 8884d99 + 8d6c14f commit 9b2914a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: version
run: |
version=$(curl -s 'https://go.dev/dl/?mode=json' | jq -r 'map(.version[2:])[0]')
echo "::set-output name=value::${version}"
echo "value=${version}" >> $GITHUB_OUTPUT
release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: versions
run: |
versions=$(curl -s 'https://go.dev/dl/?mode=json' | jq -c 'map(.version[2:])')
echo "::set-output name=value::${versions}"
echo "value=${versions}" >> $GITHUB_OUTPUT
lint:
name: Lint
Expand Down

0 comments on commit 9b2914a

Please sign in to comment.