You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Add link to selenium testing repo as a comment on PRs
steps:
- name: Comment on PR
uses: actions/github-script@v3
with:
script: |
github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'If there are selenium UI results for this code they will be at https://github.com/filesenderuici/filesender/commit/${{github.event.pull_request.head.sha }} ',