Skip to content

Commit

Permalink
#42 Using curl for fetching issue labels 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh committed Jul 1, 2022
1 parent 3301c58 commit 4b2270f
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 @@ -29,6 +29,6 @@ jobs:
echo $issueNumber
issueUrl=$( echo ${{ github.event.pull_request.base.repo.issues_url }} | sed "s/{\/number}/\/$issueNumber/g" )
echo $issueUrl
labels=$( curl $issueUrl )
labels=${{ toJSON( curl $issueUrl ) }}
echo $labels
done

0 comments on commit 4b2270f

Please sign in to comment.