File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 steps :
10101111 with :
12- arguments : https://www.scaleway.com/en/docs/serverless/ >> $GITHUB_OUTPUT
13- id : run_check
12+ arguments : https://www.scaleway.com/en/docs/serverless/ >> linkcheck_output.txt
1413 - name : Upload a Build Artifact
1514 if : always() # Triggers step if previous step fails. Must be added to consecutive steps as well.
1615@@ -25,11 +24,13 @@ jobs:
2524 webhook-type : incoming-webhook
2625 payload : |
2726 text: "Link check results are available in :thread:."
27+ - name : Parse output to variable
28+ run : =$(<linkcheck_output.txt)
2829 - name : Reply with output of linkcheck
2930 if : always() # Triggers step if previous step fails. Must be added to consecutive steps as well.
3031 uses :
slackapi/[email protected] # ref: https://github.com/slackapi/slack-github-action 3132 with :
3233 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
3334 webhook-type : incoming-webhook
3435 payload : |
35- text: "${{ steps.run_check.outputs.*}} "
36+ text: "$var "
You can’t perform that action at this time.
0 commit comments