nrwl / nx-set-shas

:sparkles: A Github Action which sets the base and head SHAs required for `nx affected` commands in CI
https://nx.dev
MIT License
162 stars 76 forks source link

fallback-sha is ignored #166

Closed bperel closed 2 months ago

bperel commented 3 months ago

I get the following error when specifying 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

joh-klein commented 2 months ago

Duplicate of #158