Skip to content

Commit

Permalink
adding shell, actionlint didnt catch this
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Jun 12, 2024
1 parent 7a6cb16 commit ab95844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ runs:
- name: Setup env variables based on pkg_name
env:
PACKAGE_NAME: ${{ inputs.pkg_name }}
shell: bash
run: |
local WORKSPACE_PATH=''
local PROJECT_FILE=''
Expand Down Expand Up @@ -43,7 +44,7 @@ runs:
BUILD_OUTPUT_PATH='pkgs/telemetry/src/bin/Release/'
BUILD_OUTPUT_DLL_NAME='LaunchDarkly.ServerSdk.Telemetry.dll'
fi
echo "WORKSPACE_PATH=$WORKSPACE_PATH" >> $GITHUB_ENV
echo "PROJECT_FILE=$PROJECT_FILE" >> $GITHUB_ENV
echo "TEST_PROJECT_FILE=$TEST_PROJECT_FILE" >> $GITHUB_ENV
Expand Down

0 comments on commit ab95844

Please sign in to comment.