We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c8ce2 commit 9c80cb4Copy full SHA for 9c80cb4
.github/workflows/compare.yml
@@ -94,12 +94,20 @@ jobs:
94
cat diff-$outarch/config.diff >> diff.output &&
95
echo '```' >> diff.output);
96
done
97
+ - run: >-
98
+ cat diff.output
99
- uses: tibdex/github-app-token@v2.1.0
100
+ if: env.KEY
101
+ env:
102
+ KEY: ${{ secrets.GH_APP_PRIVKEY }}
103
id: gettoken
104
with:
105
app_id: 337143
106
private_key: ${{ secrets.GH_APP_PRIVKEY }}
107
- uses: peter-evans/create-or-update-comment@v4
108
109
110
111
112
token: ${{ steps.gettoken.outputs.token }}
113
comment-id: ${{ steps.fc.outputs.comment-id }}
0 commit comments