1
0
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:
Álvaro Mondéjar 2023-11-06 10:11:50 +01:00 committed by GitHub
parent 380ecdaba2
commit 08453ebe48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -2,4 +2,4 @@
. "$(dirname $0)/_/husky.sh"
npm run format
git add .
git add -u