Skip to content

Commit

Permalink
add checkout step to deploy pipelines (#4717)
Browse files Browse the repository at this point in the history
Re: #4682 (comment)
Ok that was quick.

According to the error message, that should fix the problem.

https://github.com/tuskyapp/Tusky/actions/runs/11256946411/job/31300028953
  • Loading branch information
connyduck authored Oct 9, 2024
1 parent a04e95c commit 9bb1329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb1329

Please sign in to comment.