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
2 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue