Browse Source
Aktualisieren von npm-update-bot.yml
pull/1605/head
Andreas
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/npm-update-bot.yml
|
@ -14,7 +14,7 @@ jobs: |
|
|
- name: Checkout repository |
|
|
- name: Checkout repository |
|
|
uses: actions/checkout@v4 |
|
|
uses: actions/checkout@v4 |
|
|
with: |
|
|
with: |
|
|
repository: ${{github.repository}} |
|
|
repository: ${{ github.repository }} |
|
|
ref: master |
|
|
ref: master |
|
|
- name: Setup Node |
|
|
- name: Setup Node |
|
|
uses: actions/setup-node@v4 |
|
|
uses: actions/setup-node@v4 |
|
|