Skip to content

Commit

Permalink
Update stellar-zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Feb 14, 2025
1 parent 44e5d58 commit b1ed364
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/stellar-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,15 +328,6 @@ jobs:
# Set output
echo "url=$PLAYGROUND_URL" >> $GITHUB_OUTPUT
- name: Find existing comment
if: github.event_name == 'pull_request'
uses: peter-evans/find-comment@v3
id: find_comment
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: 'Zip Build'

- name: Generate timestamp badge
if: github.event_name == 'pull_request'
id: timestamp
Expand All @@ -348,7 +339,7 @@ jobs:
echo "Generated badge URL: $badge_url" # Debug output
echo "badge=$badge_url" >> $GITHUB_OUTPUT
- name: Update or create PR comment
- name: Update PR comment
if: github.event_name == 'pull_request'
uses: peter-evans/create-or-update-comment@v4
with:
Expand Down

0 comments on commit b1ed364

Please sign in to comment.