Skip to content

Commit 10d7375

Browse files
committed
CI fixes
1 parent 41f6a5f commit 10d7375

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
type: string
1414

1515
jobs:
16-
greeter:
16+
host:
1717
runs-on: ubuntu-latest
1818
# This is optional; it exposes the plan to your job as an environment variable
1919
env:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
type: string
1414

1515
jobs:
16-
greeter:
16+
plan:
1717
runs-on: ubuntu-latest
1818
# This is optional; it exposes the plan to your job as an environment variable
1919
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
path: plan-dist-manifest.json
8989

9090
custom-plan:
91-
uses: ./.github/workflows/plan.yml
91+
uses: ./.github/actions/plan
9292
secrets: inherit
9393

9494
# Build and packages all the platform-specific things
@@ -293,7 +293,7 @@ jobs:
293293
- plan
294294
- build-local-artifacts
295295
- build-global-artifacts
296-
uses: ./.github/workflows/host.yml
296+
uses: ./.github/actions/host
297297
with:
298298
plan: ${{ needs.plan.outputs.val }}
299299
secrets: inherit

0 commit comments

Comments
 (0)