Skip to content

Commit 4e35afd

Browse files
authored
Update call-action.yaml
1 parent 8539244 commit 4e35afd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/call-action.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
version: v2.14
2424
sonarqube: https://sfsdfsdfsfsdf
2525
github: https://sdfdsf
26-
- run: echo some output ${{ steps.action_id.outputs.return_info }}
27-
26+
- run: |
27+
echo some output ${{ steps.action_id.outputs.return_info }}
28+
echo "link: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
2829
2930

0 commit comments

Comments
 (0)