Skip to content

Commit

Permalink
remove echo steps
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Jan 6, 2025
1 parent f3e5116 commit a3b7bcf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tools/actions/composites/update-snapshots-desktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ runs:
echo "changes=$(git status -s)"
shell: bash

- name: Echo git status
run: git status
shell: bash

- name: Add changed files
run: |
git stash -u
Expand All @@ -57,10 +53,6 @@ runs:
git add ./apps/ledger-live-desktop/tests/specs
shell: bash

- name: Echo git status 2
run: git status
shell: bash

- name: Get current branch
id: get_branch
run: echo "branch=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
Expand Down

0 comments on commit a3b7bcf

Please sign in to comment.