Commit c589e92 1 parent e7de4f6 commit c589e92 Copy full SHA for c589e92
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- name : ' Nx set SHAs'
1
+ name : ' Nx set SHAs +skip-ci '
2
2
description : ' Derives SHAs for base and head for use in nx affected commands, optionally setting them as env variables for the current job'
3
3
4
4
inputs :
53
53
working_id : ${{ inputs.workflow-id }}
54
54
fallback_sha : ${{ inputs.fallback-sha }}
55
55
get_last_skip_ci_commit : ${{inputs.get-last-skip-ci-commit}}
56
- run : node "$GITHUB_ACTION_PATH/dist/index.js" "$gh_token" "$main_branch_name" "$error_on_no_successful_workflow" "$last_successful_event" "$working_directory" "$working_id" "$fallback_sha"
56
+ run : node "$GITHUB_ACTION_PATH/dist/index.js" "$gh_token" "$main_branch_name" "$error_on_no_successful_workflow" "$last_successful_event" "$working_directory" "$working_id" "$fallback_sha" "$get_last_skip_ci_commit"
57
57
58
58
- name : Log base and head SHAs used for nx affected
59
59
shell : bash
You can’t perform that action at this time.
0 commit comments