Closed bperel closed 2 months ago
I get the following error when specifying fallback-sha:
fallback-sha
Warning: Unexpected input(s) 'fallback-sha', valid inputs are ['main-branch-name', 'set-environment-variables-for-job', 'error-on-no-successful-workflow', 'last-successful-event', 'working-directory', 'workflow-id']
Indeed, fallback-sha is never passed to the list of envs in https://github.com/nrwl/nx-set-shas/blob/main/action.yml
Duplicate of #158
I get the following error when specifying
fallback-sha
:Indeed,
fallback-sha
is never passed to the list of envs in https://github.com/nrwl/nx-set-shas/blob/main/action.yml