Skip to content

Commit

Permalink
#42 Using curl for fetching issue labels 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh committed Jul 1, 2022
1 parent f826ef3 commit 3301c58
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=$( toJSON(curl $issueUrl) )
labels=$( curl $issueUrl )
echo $labels
done

0 comments on commit 3301c58

Please sign in to comment.