FidelusAleksander / ghcertified

Prepare for GitHub Certification exams!
https://ghcertified.com/
MIT License
433 stars 146 forks source link

Incorrect answer for question 108 in GitHub Actions #265

Closed StuartvdLee closed 3 months ago

StuartvdLee commented 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.