Skip to content

Commit

Permalink
fix: removed hardcoded issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagosayshey committed Jul 1, 2024
1 parent 4c39adf commit 7c2d9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c2d9a4

Please sign in to comment.