Fix commit SHA of actions/github-script in e2e-extras workflow#9161
Fix commit SHA of actions/github-script in e2e-extras workflow#9161tekton-robot merged 1 commit intotektoncd:mainfrom
Conversation
|
/cc @vdemeester |
|
/retest |
|
/e2e-extras |
|
The command won't work until this fix is on the main branch as the slash command router is still referencing the workflow file with the bad commit SHA |
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |

Changes
The e2e-extras workflow is failing to run due to an invalid commit SHA reference for the actions/github-script action.
v7.0.1 points to
60a0d83039c74a4aee543508d2ffcb1c3799cdeawhich has the first 19 characters in common with the previously referenced SHA. The other 2 instances of the action in this workflow already use this correct SHA./kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes