We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de54ff3 + 453f932 commit 36bc23eCopy full SHA for 36bc23e
1 file changed
.github/workflows/update_static_snode_list.yml
@@ -17,6 +17,11 @@ jobs:
17
contents: write
18
pull-requests: write
19
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
25
- name: Checkout iOS
26
uses: ./scripts/actions/checkout_ios
27
- name: Fetch latest service-nodes-cache.json from dynamic assets repo
@@ -27,6 +32,7 @@ jobs:
32
- name: Create Pull Request
28
33
uses: peter-evans/create-pull-request@v6
29
34
with:
35
+ path: "ios"
30
36
token: ${{ secrets.CROWDIN_PR_TOKEN }}
31
37
title: "[Automated] Update fallback static snode list"
38
body: |
0 commit comments