Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vstarostin committed Jul 6, 2023
1 parent 7176976 commit 44f13e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: cc_reporter_id
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
run: echo "cc_reporter_id=${{ env.CC_TEST_REPORTER_ID }}" >> "GITHUB_OUTPUT"
run: echo "cc_reporter_id=${{ env.CC_TEST_REPORTER_ID }}" >> "$GITHUB_OUTPUT"
- name: unit-test
if: steps.cc_reporter_id.outputs.cc_reporter_id != null
uses: paambaati/codeclimate-action@v4
Expand Down

0 comments on commit 44f13e2

Please sign in to comment.