Skip to content

Commit

Permalink
Fix: ensure that variables used for slack match the input variable na…
Browse files Browse the repository at this point in the history
…me (#1296)

* update to be consistent with the input

* Update action.yml

Co-authored-by: Roee Landesman <[email protected]>

---------

Co-authored-by: Roee Landesman <[email protected]>
  • Loading branch information
JoshuaJackson-jobvite and ri-roee authored Mar 21, 2024
1 parent 6ed4fd0 commit 622f43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 622f43a

Please sign in to comment.