From 622f43a008901edf60f3fe432d3baf01acd5ff69 Mon Sep 17 00:00:00 2001 From: Joshua Jackson <40365668+JoshuaJackson-jobvite@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:07:18 -0400 Subject: [PATCH] Fix: ensure that variables used for slack match the input variable name (#1296) * update to be consistent with the input * Update action.yml Co-authored-by: Roee Landesman <155578531+ri-roee@users.noreply.github.com> --------- Co-authored-by: Roee Landesman <155578531+ri-roee@users.noreply.github.com> --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 930d77b45..f35947fd2 100644 --- a/action.yml +++ b/action.yml @@ -279,7 +279,7 @@ runs: INPUT_DIGGER_PROJECT: ${{ inputs.project }} INPUT_DIGGER_MODE: ${{ inputs.mode }} INPUT_DIGGER_COMMAND: ${{ inputs.command }} - INPUT_DRIFT_DETECTION_SLACK_NOTIFICATION_URL: ${{ inputs.drift-detection-slack-drift-url }} + INPUT_DRIFT_DETECTION_SLACK_NOTIFICATION_URL: ${{ inputs.drift-detection-slack-notification-url }} NO_BACKEND: ${{ inputs.no-backend }} DEBUG: 'true' run: | @@ -305,7 +305,7 @@ runs: INPUT_DIGGER_PROJECT: ${{ inputs.project }} INPUT_DIGGER_MODE: ${{ inputs.mode }} INPUT_DIGGER_COMMAND: ${{ inputs.command }} - INPUT_DRIFT_DETECTION_SLACK_NOTIFICATION_URL: ${{ inputs.drift-detection-slack-drift-url }} + INPUT_DRIFT_DETECTION_SLACK_NOTIFICATION_URL: ${{ inputs.drift-detection-slack-notification-url }} NO_BACKEND: ${{ inputs.no-backend }} id: digger shell: bash