Skip to content

Commit

Permalink
Update action.yml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jvasquezrojas authored Aug 21, 2024
1 parent 13f504e commit 60cc89c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# action.yml
name: 'Install Snowflake CLI'
description: 'Download and install snowflake-cli-labs through pipx'
branding:
icon: 'terminal'
color: 'blue'

inputs:
cli-version:
description: 'Snowflake CLI version'
Expand All @@ -24,4 +28,4 @@ runs:
shell: bash
run: bash $GITHUB_ACTION_PATH/scripts/setup-config-file.sh
env:
CONFIG_FILE_PATH: ${{ inputs.default-config-file-path }}
CONFIG_FILE_PATH: ${{ inputs.default-config-file-path }}

0 comments on commit 60cc89c

Please sign in to comment.