Skip to content

Commit

Permalink
Fixing syntax error in GH Actions (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
oybed authored Aug 18, 2021
1 parent 7a6d437 commit 20db806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Get Environment Info
id: env_info
run: |
ISSUE_TITLE = $(jq -r .client_payload.github.payload.issue.title $GITHUB_EVENT_PATH)
ISSUE_TITLE=$(jq -r .client_payload.github.payload.issue.title $GITHUB_EVENT_PATH)
echo ::set-output name=issuetitle::$ISSUE_TITLE
echo ::set-output name=issuenm::$(jq .client_payload.github.payload.issue.number $GITHUB_EVENT_PATH)
echo ::set-output name=comment_url::$(jq .client_payload.github.payload.comment.html_url $GITHUB_EVENT_PATH)
Expand Down

0 comments on commit 20db806

Please sign in to comment.