Skip to content

Commit

Permalink
Fixes path
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Dec 14, 2023
1 parent d18c59c commit 9210a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flink-ci-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
shell: bash
run: |
placeholder="%%CONFIG_PROFILE%%"
path_pattern="./.github/workflows/flink-workflow-config.$placeholder.json"
path_pattern="./.github/workflows/configs/flink-extended-workflow.$placeholder.json"
config_file_path=$(echo "$path_pattern" | sed "s/$placeholder/${{ inputs.branch }}/g")
if [ ! -f $config_file_path ]; then
Expand Down

0 comments on commit 9210a44

Please sign in to comment.