Skip to content

Commit

Permalink
remove duplicate blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 committed Jul 22, 2024
1 parent 3789745 commit 854fcd7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,6 @@ jobs:
if: ${{ steps.branch.outputs.branch == 'changeset-release/main' }}
run: git checkout origin/main

- name: Checkout default branch
uses: actions/checkout@v4

- name: Checkout pull request branch
run: gh pr checkout ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get current branch name
id: branch
run: echo "branch=$(git branch --show-current)" >> $GITHUB_OUTPUT

- name: Retrieve changeset entries
if: ${{ steps.branch.outputs.branch == 'changeset-release/main' }}
run: git checkout origin/main

- name: Install dependencies
uses: ./.github/actions/setup

Expand Down

0 comments on commit 854fcd7

Please sign in to comment.