Skip to content

Commit

Permalink
Update .github/workflows/qc-compliance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn authored Aug 21, 2024
1 parent 45bf899 commit 7f94a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qc-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
shell: bash

- name: Post summary to the issue
run: gh issue comment <issue_number> --body "$SUMMARY_CONTENT"
run: gh issue comment 278 --body "$SUMMARY_CONTENT"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SUMMARY_CONTENT: ${{ steps.read_summary.outputs.summary }}
Expand Down

0 comments on commit 7f94a81

Please sign in to comment.