Skip to content

Commit 36bc23e

Browse files
authored
Merge pull request #30 from session-foundation/feature/copy-static-snode-list-to-ios
Added missing actions/checkout
2 parents de54ff3 + 453f932 commit 36bc23e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/update_static_snode_list.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
contents: write
1818
pull-requests: write
1919
steps:
20+
- name: Checkout Repo Content
21+
uses: actions/checkout@v4
22+
with:
23+
path: 'scripts'
24+
# don't provide a branch (ref) so it uses the default for that event
2025
- name: Checkout iOS
2126
uses: ./scripts/actions/checkout_ios
2227
- name: Fetch latest service-nodes-cache.json from dynamic assets repo
@@ -27,6 +32,7 @@ jobs:
2732
- name: Create Pull Request
2833
uses: peter-evans/create-pull-request@v6
2934
with:
35+
path: "ios"
3036
token: ${{ secrets.CROWDIN_PR_TOKEN }}
3137
title: "[Automated] Update fallback static snode list"
3238
body: |

0 commit comments

Comments
 (0)