mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-13 07:05:10 +01:00
Update update.yml
This commit is contained in:
parent
a85600341f
commit
ae1d1cad4a
10
.github/workflows/update.yml
vendored
10
.github/workflows/update.yml
vendored
@ -112,6 +112,11 @@ jobs:
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout 🔄
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
@ -170,6 +175,11 @@ jobs:
|
||||
needs: [check, update-downloadlinks]
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
steps:
|
||||
- name: Checkout 🔄
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user