Skip to content

Commit

Permalink
Revert "insert break"
Browse files Browse the repository at this point in the history
This reverts commit 4c4fde3.
  • Loading branch information
f-peverali committed Nov 13, 2024
1 parent 4c4fde3 commit d2de384
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ToolUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,12 @@ jobs:
- name: Update main.yml for Firely and Sushi
if: env.update_needed == 'true'
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|SUSHI_VERSION: .*|SUSHI_VERSION: $LATEST_VERSION_SUSHI|" .github/workflows/main.yml
- name: Commit changes
if: env.update_needed == 'true'
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
Expand All @@ -99,7 +97,6 @@ jobs:
git push https://x-access-token:${{ secrets.WORKFLOW_PERMISSION_GITHUB }}@github.com/${{ github.repository }}.git update-dependency-${LATEST_VERSION_FIRELY}-${LATEST_VERSION_SUSHI}
- name: Create Pull Request
if: env.update_needed == 'true'
uses: actions/github-script@v6
with:
script: |
Expand Down

0 comments on commit d2de384

Please sign in to comment.