mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-14 15:45:06 +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'
|
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout 🔄
|
||||||
|
uses: actions/checkout@v4.1.1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
@ -170,6 +175,11 @@ jobs:
|
|||||||
needs: [check, update-downloadlinks]
|
needs: [check, update-downloadlinks]
|
||||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout 🔄
|
||||||
|
uses: actions/checkout@v4.1.1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user