Skip to content

Commit c589e92

Browse files
committed
ci: change name for release
1 parent e7de4f6 commit c589e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Nx set SHAs'
1+
name: 'Nx set SHAs +skip-ci'
22
description: 'Derives SHAs for base and head for use in nx affected commands, optionally setting them as env variables for the current job'
33

44
inputs:
@@ -53,7 +53,7 @@ runs:
5353
working_id: ${{ inputs.workflow-id }}
5454
fallback_sha: ${{ inputs.fallback-sha }}
5555
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"
5757

5858
- name: Log base and head SHAs used for nx affected
5959
shell: bash

0 commit comments

Comments
 (0)