fix: removed hardcoded issue link

This commit is contained in:
santiagosayshey
2024-07-01 13:30:10 +09:30
parent 63cc7efd68
commit 3a72304fb8

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