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
- Fixes the reusable workflows link to point to master branch and fix typo in the file name.
- With workflow_dispatch triggering, boolean inputs are represented as string even if typed as boolean. We need to convert them to real boolean when passing the input to the reusable workflow.
- Removes the read password prompt which breaks when running non-interactively in the workflow.
- Github action environment uses jar version 21 that does not accept -C option with extract mode. So we now create a subshell in order to cd into the right directory before extracting the jar.
PiperOrigin-RevId: 783404964
0 commit comments