You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix using secrets.GITHUB_TOKEN caused a type error when some other secret is defined. (thanks @mkj-is, #106)
Fix nil check is missing on parsing uses: step. (thanks @shogo82148, #102)
Fix some documents including broken links. (thanks @ohkinozomu, #105)
Update popular actions data set to the latest. More arguments are added to many actions. And a few actions had new major versions.
Update webhook payload data set to the latest. requested_action type was added to check_run hook. requested and rerequested types were removed from check_suite hook. updated type was removed from project hook.