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:
Konrad Pozniak 2024-10-09 20:28:25 +02:00 committed by GitHub
parent a04e95c39b
commit 9bb1329665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,9 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/workflows/check-and-build.yml - uses: ./.github/workflows/check-and-build.yml
- name: Build Blue aab - name: Build Blue aab

View File

@ -11,6 +11,9 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/workflows/check-and-build.yml - uses: ./.github/workflows/check-and-build.yml
- name: Build Green aab - name: Build Green aab