Skip to content

Commit

Permalink
#42 Using curl for fetching issue labels 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh committed Jul 1, 2022
1 parent 158c02c commit be5ad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
issueUrl=$( echo ${{ github.event.pull_request.base.repo.issues_url }} | sed "s/{\/number}/\/$issueNumber/g" )
echo $issueUrl
labels=$( curl $issueUrl )
labels= ${{ toJSON(labels) }}
labels=${{ toJSON($labels) }}
echo $labels
done

0 comments on commit be5ad80

Please sign in to comment.