We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8539244 commit 4e35afdCopy full SHA for 4e35afd
1 file changed
.github/workflows/call-action.yaml
@@ -23,7 +23,8 @@ jobs:
23
version: v2.14
24
sonarqube: https://sfsdfsdfsfsdf
25
github: https://sdfdsf
26
- - run: echo some output ${{ steps.action_id.outputs.return_info }}
27
-
+ - run: |
+ echo some output ${{ steps.action_id.outputs.return_info }}
28
+ echo "link: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
29
30
0 commit comments