Skip to content

Commit

Permalink
Update xcode-local-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm committed May 1, 2024
1 parent 4447049 commit 428096e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/xcode-local-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,49 +41,49 @@ jobs:
- name: Checkout ios
uses: actions/checkout@v4
with:
ref: refs/heads/master
ref: refs/heads/r4.7
repository: osmandapp/OsmAnd-iOS
path: ios
clean: false
- name: Checkout android
uses: actions/checkout@v4
with:
ref: refs/heads/master
ref: refs/heads/r4.7
repository: osmandapp/OsmAnd
path: android
clean: false
- name: Checkout build
uses: actions/checkout@v4
with:
ref: refs/heads/master
ref: refs/heads/r4.7
repository: osmandapp/OsmAnd-build
path: build
clean: false
- name: Checkout core legacy
uses: actions/checkout@v4
with:
ref: refs/heads/master
ref: refs/heads/r4.7
repository: osmandapp/OsmAnd-core-legacy
path: core-legacy
clean: false
- name: Checkout core
uses: actions/checkout@v4
with:
ref: refs/heads/master
ref: refs/heads/r4.7
repository: osmandapp/OsmAnd-core
path: core
clean: false
- name: Checkout help
uses: actions/checkout@v4
with:
ref: refs/heads/master
ref: refs/heads/r4.7
repository: osmandapp/osmandapp.github.io
path: help
clean: false
- name: Checkout resources
uses: actions/checkout@v4
with:
ref: refs/heads/master
ref: refs/heads/r4.7
repository: osmandapp/OsmAnd-resources
path: resources
clean: false
Expand Down

0 comments on commit 428096e

Please sign in to comment.