mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 20:46:36 +01:00
ci(suggest-tags): Switch to github.event.pull_request.head.sha
This commit is contained in:
@@ -33,5 +33,5 @@ jobs:
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
PULL_REQUEST_NUMBER: ${{ github.event.number }}
|
||||
COMMIT_SHA: $GITHUB_SHA
|
||||
COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user