Skip to content

Commit

Permalink
Solve error sed -i
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieber committed Oct 15, 2024
1 parent 7d39c54 commit 253485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ToolUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
# Update the main.yml file with the new versions of Firely and Sushi
sed -i "s|uses: FirelyTeam/firely-terminal-pipeline@.*|uses: FirelyTeam/firely-terminal-pipeline@$LATEST_VERSION|" .github/workflows/main.yml
sed -i "s|uses: FHIR/sushi
sed -i "s|uses: FHIR/sushi@.*|uses: FHIR/sushi@$LATEST_VERSION_SUSHI|" .github/workflows/main.yml
- name: Commit changes
env:
Expand Down

0 comments on commit 253485e

Please sign in to comment.