Skip to content

Commit 94239b0

Browse files
committed
feat: update workflow for geocoding_darwin
1 parent 5b94e80 commit 94239b0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@ updates:
100100
open-pull-requests-limit: 10
101101

102102
- package-ecosystem: "pub"
103-
directory: "/geocoding_ios"
103+
directory: "/geocoding_darwin"
104104
commit-message:
105-
prefix: "[geocoding_ios]"
105+
prefix: "[geocoding_darwin]"
106106
schedule:
107107
interval: "weekly"
108108
reviewers:
109109
- "mvanbeusekom"
110110
open-pull-requests-limit: 10
111111

112112
- package-ecosystem: "pub"
113-
directory: "/geocoding_ios/example"
113+
directory: "/geocoding_darwin/example"
114114
commit-message:
115-
prefix: "[geocoding_ios]"
115+
prefix: "[geocoding_darwin]"
116116
schedule:
117117
interval: "weekly"
118118
reviewers:

.github/workflows/geocoding_ios.yaml renamed to .github/workflows/geocoding_darwin.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: geocoding_ios
3+
name: geocoding_darwin
44

55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the main branch
77
on:
88
push:
99
branches: [ main ]
1010
paths:
11-
- 'geocoding_ios/**'
12-
- '.github/workflows/geocoding_ios.yaml'
11+
- 'geocoding_darwin/**'
12+
- '.github/workflows/geocoding_darwin.yaml'
1313

1414
pull_request:
1515
branches: [ main ]
1616
paths:
17-
- 'geocoding_ios/**'
18-
- '.github/workflows/geocoding_ios.yaml'
17+
- 'geocoding_darwin/**'
18+
- '.github/workflows/geocoding_darwin.yaml'
1919

2020
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2121
jobs:
@@ -26,8 +26,8 @@ jobs:
2626
runs-on: macos-latest
2727

2828
env:
29-
source-directory: ./geocoding_ios
30-
example-directory: ./geocoding_ios/example
29+
source-directory: ./geocoding_darwin
30+
example-directory: ./geocoding_darwin/example
3131

3232
# Steps represent a sequence of tasks that will be executed as part of the job
3333
steps:

0 commit comments

Comments
 (0)