We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2620656 commit 8fe908bCopy full SHA for 8fe908b
1 file changed
.github/workflows/pr-check.yml
@@ -14,7 +14,7 @@ permissions: {}
14
jobs:
15
# Build job that safely builds artifacts from PR code without access to secrets
16
build:
17
- environment: Automation test # this environment requires approval before running the action
+ environment: Automation test # Require approval before running the action
18
runs-on: ${{ matrix.os }}
19
permissions:
20
contents: read
0 commit comments