Browse Source

npm-update-bot.yml: always checkout to master branch

pull/389/head
Philip H 1 year ago
committed by GitHub
parent
commit
500d349892
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/npm-update-bot.yml

1
.github/workflows/npm-update-bot.yml

@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: wg-easy/wg-easy
ref: master
- name: Setup Node
uses: actions/setup-node@v4
with:

Loading…
Cancel
Save