Skip to content

Commit

Permalink
Change delimiter for sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Jan 10, 2024
1 parent ba9ad80 commit 0438e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Sync
run: |
VERSION_UPDATE="SPEC_URL:=\"https://api.swaggerhub.com/apis/equinix-api/fabric/${{ steps.spec_versions.outputs.next_version }}/swagger.yaml\""
sed 's/${{ steps.spec_versions.outputs.api_spec_line }}/$VERSION_UPDATE/' Makefile
sed 's,${{ steps.spec_versions.outputs.api_spec_line }},$VERSION_UPDATE,' Makefile
make # pull fetch patch gen mod test
git commit -m 'sync: fetch ${{ steps.date.outputs.date }} spec and apply patches' *.yaml
git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec' fabric api docs README.md
Expand Down

0 comments on commit 0438e4f

Please sign in to comment.