Skip to content

Commit

Permalink
update sed variable sushi
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieber committed Oct 16, 2024
1 parent 6cba067 commit 40a3c59
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 @@ -46,7 +46,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_FIRELY|" .github/workflows/main.yml
sed -i "s|uses: FHIR/sushi@.*|uses: FHIR/sushi@$LATEST_VERSION_SUSHI|" .github/workflows/main.yml
sed -i "s|SUSHI_VERSION: .*|SUSHI_VERSION: $LATEST_VERSION_SUSHI|" .github/workflows/main.yml
- name: Commit changes
env:
Expand Down

0 comments on commit 40a3c59

Please sign in to comment.