mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-23 23:44:40 +01:00
add checkout step to deploy pipelines (#4717)
Re: https://github.com/tuskyapp/Tusky/pull/4682#issuecomment-2402485451 Ok that was quick. According to the error message, that should fix the problem. https://github.com/tuskyapp/Tusky/actions/runs/11256946411/job/31300028953
This commit is contained in:
parent
a04e95c39b
commit
9bb1329665
3
.github/workflows/deploy-release.yml
vendored
3
.github/workflows/deploy-release.yml
vendored
@ -11,6 +11,9 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: ./.github/workflows/check-and-build.yml
|
||||
|
||||
- name: Build Blue aab
|
||||
|
3
.github/workflows/deploy-test.yml
vendored
3
.github/workflows/deploy-test.yml
vendored
@ -11,6 +11,9 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: ./.github/workflows/check-and-build.yml
|
||||
|
||||
- name: Build Green aab
|
||||
|
Loading…
Reference in New Issue
Block a user