fix: removed hardcoded issue link

This commit is contained in:
santiagosayshey
2024-07-01 13:30:10 +09:30
parent 4c39adf5c9
commit 7c2d9a4d3a

View File

@@ -93,7 +93,7 @@ jobs:
echo "Set status result: $result"
# Get the label of the issue
LABEL=$(gh api repos/Dictionarry-Hub/profilarr/issues/123 --jq '.labels[0].name')
LABEL=$(gh api repos/Dictionarry-Hub/website/issues/${{ github.event.issue.number }} --jq '.labels[0].name')
echo "Issue label: $LABEL"
# Convert label to lowercase for comparison