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.
GITHUB_TOKEN
1 parent 581f714 commit 93037d2Copy full SHA for 93037d2
action.yml
@@ -47,6 +47,8 @@ runs:
47
48
- name: Post Diffend URL
49
shell: bash
50
+ env:
51
+ GITHUB_TOKEN: ${{ inputs.github-token }}
52
run: |
53
echo "https://my.diffend.io/gems/$COMPARE_GEM/$COMPARE_FROM_VERSION/$COMPARE_TO_VERSION" >> comment0.txt
54
with_retries gh pr comment $PR_NUMBER --body-file comment0.txt --repo ${{ github.repository }}
0 commit comments