Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 5083a5b

Browse files
Merge pull request #26 from firehydrant/fix-pathing
Fix pathing
2 parents 6952d73 + 95e5d01 commit 5083a5b

File tree

26 files changed

+5
-1179
lines changed

26 files changed

+5
-1179
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
go run ./scripts/overlay openapi.json ./scripts/overlay/manual-mappings.yaml
6262
6363
# Move overlay to Speakeasy directory
64-
mkdir -p .speakeasy
65-
mv terraform-overlay.yaml .speakeasy/
64+
mkdir -p ${GITHUB_WORKSPACE}/.speakeasy
65+
mv terraform-overlay.yaml ${GITHUB_WORKSPACE}/.speakeasy/
6666
6767
- name: Generate SDK
6868
uses: speakeasy-api/sdk-generation-action@v15

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sources:
55
inputs:
66
- location: ${GITHUB_WORKSPACE}/openapi.json
77
overlays:
8-
- location: ./.speakeasy/terraform-overlay.yaml
8+
- location: ${GITHUB_WORKSPACE}/.speakeasy/terraform-overlay.yaml
99
registry:
1010
location: registry.speakeasyapi.dev/firehydrant/firehydrant/firehydrant-oas
1111
targets:

internal/planmodifiers/boolplanmodifier/suppress_diff.go

Lines changed: 0 additions & 56 deletions
This file was deleted.

internal/planmodifiers/float64planmodifier/suppress_diff.go

Lines changed: 0 additions & 56 deletions
This file was deleted.

internal/planmodifiers/int64planmodifier/suppress_diff.go

Lines changed: 0 additions & 56 deletions
This file was deleted.

internal/planmodifiers/listplanmodifier/suppress_diff.go

Lines changed: 0 additions & 56 deletions
This file was deleted.

internal/planmodifiers/mapplanmodifier/suppress_diff.go

Lines changed: 0 additions & 56 deletions
This file was deleted.

internal/planmodifiers/numberplanmodifier/suppress_diff.go

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)