Browse Source
npm-update-bot.yml: always checkout to master branch
pull/389/head
Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.github/workflows/npm-update-bot.yml
|
@ -15,6 +15,7 @@ jobs: |
|
|
uses: actions/checkout@v4 |
|
|
uses: actions/checkout@v4 |
|
|
with: |
|
|
with: |
|
|
repository: wg-easy/wg-easy |
|
|
repository: wg-easy/wg-easy |
|
|
|
|
|
ref: master |
|
|
- name: Setup Node |
|
|
- name: Setup Node |
|
|
uses: actions/setup-node@v4 |
|
|
uses: actions/setup-node@v4 |
|
|
with: |
|
|
with: |
|
|