We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16600c8 commit a603e05Copy full SHA for a603e05
.github/workflows/build-pr.yml
@@ -62,7 +62,7 @@ jobs:
62
steps:
63
- name: Report
64
shell: bash
65
- run: echo "User ${{ github.actor }} is trusted for PR execution"
+ run: echo "User ${{ github.actor }} is trusted for test execution"
66
67
68
# get
0 commit comments