Skip to content

Commit

Permalink
restore vars step
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Dec 8, 2022
1 parent 48af3db commit bb0dc25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wf_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ jobs:
with:
name: 'All tool test results'
path: upload
- name: Create URL to the run output
if: ${{ github.event.client_payload.slash_command.command == 'run-all-tool-tests' }}
id: vars
run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT
- name: Create comment
if: ${{ github.event.client_payload.slash_command.command == 'run-all-tool-tests' }}
uses: peter-evans/create-or-update-comment@v2
Expand Down

0 comments on commit bb0dc25

Please sign in to comment.