Closed
Description
Describe the bug
After looking at #521 and seeing that @actions/core has already been updated on master, I saw that the package action has been broken for some time. This means that changes to any of the javascript code never make it to dist.
Expected Behavior
Code that reaches master should be packaged automatically
Current Behavior
The package action fails with this error:
remote: error: GH006: Protected branch update failed for refs/heads/master.
remote: error: 3 of 3 required status checks are expected. At least 1 approving review is required by reviewers with write access.
To https://github.com/aws-actions/configure-aws-credentials
! [remote rejected] HEAD -> master (protected branch hook declined)
error: failed to push some refs to 'https://github.com/aws-actions/configure-aws-credentials'
Error: Process completed with exit code 1.
Reproduction Steps
Not applicable - is broken on master
Possible Solution
No response
Additional Information/Context
No response