Skip to content

Commit 19b18e6

Browse files
authored
Fix input name (#53)
1 parent 3b30d6d commit 19b18e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activate_workflow/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ runs:
3636
DEPLOY_ENVIRONMENT: ${{ inputs.deploy_environment }}
3737
REPO_NAME: ${{ inputs.repo_name }}
3838
WORKFLOW_NAME: ${{ inputs.workflow_name }}
39-
WORKFLOW_REF: ${{ inputs.workflow_ref }}
39+
WORKFLOW_REF: ${{ inputs.ref }}
4040
shell: bash

0 commit comments

Comments
 (0)