Skip to content

Commit

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

- name: Create initial comment
id: comment
uses: peter-evans/create-or-update-comment@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
issue-number: ${{ github.event.issue.number }}
body: |
**Alright @${{ github.actor }}, I'm working on the snapshot!**
You can follow the progress [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
- name: Checkout default branch
uses: actions/checkout@v4

Expand Down

0 comments on commit 3789745

Please sign in to comment.