Add GitHub Actions Acceptable Use Violation Guide #48869
Annotations
3 errors
|
workflows
Process completed with exit code 1.
|
|
src/workflows/tests/actions-workflows.ts > GitHub Actions workflows > limits repository scope 'sync-upstream.yml':
src/workflows/tests/actions-workflows.ts#L135
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string
❯ src/workflows/tests/actions-workflows.ts:135:25
|
|
src/workflows/tests/actions-workflows.ts > GitHub Actions workflows > schedule workflow runs at 20 minutes past 'sync-upstream.yml':
src/workflows/tests/actions-workflows.ts#L90
AssertionError: expected '*/5 * * * *' to match /^20/
- Expected:
/^20/
+ Received:
"*/5 * * * *"
❯ src/workflows/tests/actions-workflows.ts:90:22
|