File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
shell : bash
19
19
run : |
20
20
image_var=$(echo ${{ inputs.project_name }}_IMAGE | tr '[:lower:]' '[:upper:]')
21
- echo "${image_var}=${{ inputs.image_url }}" >> ${{ github.action_path }}.env
21
+ echo "${image_var}=${{ inputs.image_url }}" >> ${{ github.action_path }}/ .env
22
22
23
23
- name : Setup dev environment
24
24
shell : bash
45
45
id : cache_key
46
46
shell : bash
47
47
run : |
48
- source ${{ github.action_path }}.env
48
+ source ${{ github.action_path }}/ .env
49
49
# See https://explainshell.com/explain?cmd=ls%20-Rv1rpq
50
50
# for that long `ls` command
51
51
SENTRY_MIGRATIONS_MD5=$(docker run --rm --entrypoint bash $SENTRY_IMAGE -c '{ ls -Rv1rpq src/sentry/**/migrations/*; sed -n "/KAFKA_TOPIC_TO_CLUSTER/,/}/p" src/sentry/conf/server.py; }' | md5sum | cut -d ' ' -f 1)
You can’t perform that action at this time.
0 commit comments