Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
opatry committed Oct 3, 2024
1 parent cdc8dcc commit d7a317a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
- name: 🛎️ Notify stale credits for ':tasks-app-desktop'
if: steps.check_desktop_app_credits.outputs.credits_diff_comment != ''
uses: actions/github-script@v7
with:
script: |
echo "${{ steps.check_desktop_app_credits.outputs.credits_diff_comment }}"
run: echo "${{ steps.check_desktop_app_credits.outputs.credits_diff_comment }}"
# uses: actions/github-script@v7
# with:
# script: |
# github.rest.issues.createComment({
# issue_number: context.issue.number,
# owner: context.repo.owner,
Expand Down

0 comments on commit d7a317a

Please sign in to comment.