Skip to content

Commit

Permalink
sortaworking3
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Jan 9, 2024
1 parent af0d154 commit 94e9e91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/count-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,11 @@ jobs:
echo "$EOF" >> "$GITHUB_ENV"
- name: Comment Code Line Diff
continue-on-error: false
# - uses: jwalton/gh-find-current-pr@v1
# id: finder
- uses: marocchino/sticky-pull-request-comment@v2
# number: ${{ steps.finder.outputs.pr }}
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ignore_empty: false
skip_unchanged: true
skip_unchanged: false
recreate: true
message: ${{ env.loc_content }}

0 comments on commit 94e9e91

Please sign in to comment.