Closed StuartvdLee closed 3 months ago
In question 108 under GitHub Actions, the correct answer states:
on: check_run: types: [requested, completed]
However, the GitHub Docs do not include the requested type, but rather the rerequested type.
requested
rerequested
In question 108 under GitHub Actions, the correct answer states:
However, the GitHub Docs do not include the
requested
type, but rather thererequested
type.