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 d7a317a commit 89e7be7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ jobs:
- name: 🛎️ Notify stale credits for ':tasks-app-desktop'
if: 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,
# repo: context.repo.repo,
# body: '"${{ 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,
repo: context.repo.repo,
body: '"${{ steps.check_desktop_app_credits.outputs.credits_diff_comment }}"'
})
# - name: 🔨 Build Desktop App 🖥️
# run: ./gradlew --no-daemon :tasks-app-desktop:assemble
Expand Down

0 comments on commit 89e7be7

Please sign in to comment.