Skip to content

Commit ad8887a

Browse files
authored
Update action.yml add env file setting (#5972)
1 parent d783196 commit ad8887a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/binary-upload/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ runs:
2626
working-directory: ${{ inputs.repository }}
2727
run: |
2828
set -euxo pipefail
29+
30+
# shellcheck disable=SC1090
31+
source "${BUILD_ENV_FILE}"
32+
2933
pip install awscli==1.32.18
3034
yum install -y jq
3135

0 commit comments

Comments
 (0)