mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-10 20:21:17 +00:00
Fixing action
This commit is contained in:
4
.github/workflows/post-dependabot.yml
vendored
4
.github/workflows/post-dependabot.yml
vendored
@@ -16,7 +16,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
- name: Install licensed
|
- name: Install licensed
|
||||||
run: |
|
run: |
|
||||||
cd $RUNNER_TEMP
|
cd $RUNNER_TEMP
|
||||||
@@ -31,8 +33,6 @@ jobs:
|
|||||||
npm run build:package
|
npm run build:package
|
||||||
|
|
||||||
- name: Commit changes as Dependabot
|
- name: Commit changes as Dependabot
|
||||||
with:
|
|
||||||
token: ${{ secrets.PAT }}
|
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'dependabot[bot]'
|
git config --global user.name 'dependabot[bot]'
|
||||||
git config --global user.email '49699333+dependabot[bot]@users.noreply.github.com'
|
git config --global user.email '49699333+dependabot[bot]@users.noreply.github.com'
|
||||||
|
|||||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": "explicit"
|
||||||
},
|
},
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
|
|||||||
Reference in New Issue
Block a user