mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
Use git add -u
in pre-commit hook and fix assign-to-project GHA workflow (#9817)
* Example commit * Fix error in CI
This commit is contained in:
parent
380ecdaba2
commit
08453ebe48
3
.github/workflows/add-labels-priority.yml
vendored
3
.github/workflows/add-labels-priority.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
||||
env:
|
||||
MY_GITHUB_TOKEN: ${{ secrets.AUTO_ASSIGN_WORKFLOW_TOKEN }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- id: get-labels
|
||||
uses: ./.github/actions/get-labels
|
||||
with:
|
||||
|
@ -2,4 +2,4 @@
|
||||
. "$(dirname $0)/_/husky.sh"
|
||||
|
||||
npm run format
|
||||
git add .
|
||||
git add -u
|
||||
|
Loading…
Reference in New Issue
Block a user