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

This commit is contained in:
Philip H 2024-01-05 10:00:22 +01:00 committed by GitHub
parent 1c6eb65385
commit 500d349892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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