Skip to content

Commit

Permalink
Don't use line continuations, PWSH does them differently
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Jan 13, 2025
1 parent 39dd8c8 commit 92e9603
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/orchestrion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ jobs:
- name: Set up orchestrion
if: inputs.orchestrion-version != ''
run: |-
go mod edit \
-replace="github.com/DataDog/orchestrion=${{ github.workspace }}/orchestrion" \
-replace="github.com/DataDog/orchestrion/instrument=${{ github.workspace }}/orchestrion/instrument"
go mod edit -replace="github.com/DataDog/orchestrion=${{ github.workspace }}/orchestrion" -replace="github.com/DataDog/orchestrion/instrument=${{ github.workspace }}/orchestrion/instrument"
go mod tidy -go ${{ steps.setup-go.outputs.go-version }}
working-directory: ${{ github.workspace }}/dd-trace-go/internal/orchestrion/_integration
env:
Expand Down

0 comments on commit 92e9603

Please sign in to comment.