mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-07 17:54:42 +03: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:
|
env:
|
||||||
MY_GITHUB_TOKEN: ${{ secrets.AUTO_ASSIGN_WORKFLOW_TOKEN }}
|
MY_GITHUB_TOKEN: ${{ secrets.AUTO_ASSIGN_WORKFLOW_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- id: get-labels
|
- id: get-labels
|
||||||
uses: ./.github/actions/get-labels
|
uses: ./.github/actions/get-labels
|
||||||
with:
|
with:
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
. "$(dirname $0)/_/husky.sh"
|
. "$(dirname $0)/_/husky.sh"
|
||||||
|
|
||||||
npm run format
|
npm run format
|
||||||
git add .
|
git add -u
|
||||||
|
Loading…
Reference in New Issue
Block a user