Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nycholas authored Jan 20, 2024
1 parent 2c70d63 commit 7308d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
contains(github.event.comment.body, 'github-actions-workflow-tests')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_ID: ${{ github.event.pull_request.html_url }}
PR: ${{ github.event.issue.pull_request.html_url }}
run: |
gh pr comment $PR_ID --body 'The "Tests [Docker]" workflow will be started.'
gh pr comment $PR --body 'The "Tests [Docker]" workflow will be started.'
unit-tests:
name: Unit tests
Expand Down

0 comments on commit 7308d08

Please sign in to comment.