mirror of
https://github.com/tycrek/degoogle.git
synced 2025-08-29 17:40:16 +02:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i
|
run: npm i
|
||||||
- name: Build
|
- name: Build
|
||||||
run: node _build.js
|
run: node ../_build.js
|
||||||
- name: Commit
|
- name: Commit
|
||||||
run: |
|
run: |
|
||||||
git add README-test.md
|
git add README-test.md
|
||||||
@@ -27,4 +27,4 @@ jobs:
|
|||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: automation
|
branch: master
|
||||||
|
Reference in New Issue
Block a user