We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e535077 + 210d15e commit cb6708dCopy full SHA for cb6708d
.github/workflows/lgtm.yml
@@ -17,4 +17,6 @@ jobs:
17
ref: refs/pull/${{ github.event.issue.number }}/merge
18
19
- name: Run logic
20
- run: echo "Running manually triggered workflow on PR #${{ github.event.issue.number }}"
+ run: |
21
+ echo "Running manually triggered workflow on PR #${{ github.event.issue.number }}"
22
+ echo "Pull Request URL: https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}"
0 commit comments