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
The output is consistent across minor/patch releases.
Actual behaviour
The output now references context.payload.pull_request.head.sha if running within the context of a PR. This should have been considered a breaking change, as other workflows that later try to use {{ github.sha }} expecting that the image was previously tagged like so will no longer work.
Configuration
Repository URL (if public):
Build URL (if public):
# paste your YAML workflow file here and remove sensitive data
Behaviour
Steps to reproduce this issue
Expected behaviour
The output is consistent across minor/patch releases.
Actual behaviour
The output now references
context.payload.pull_request.head.sha
if running within the context of a PR. This should have been considered a breaking change, as other workflows that later try to use{{ github.sha }}
expecting that the image was previously tagged like so will no longer work.Configuration
# paste your YAML workflow file here and remove sensitive data
Logs
The text was updated successfully, but these errors were encountered: