Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 18, 2024
1 parent e3e0204 commit cc84366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ runs:
concat_helper() {
local input_file
input_file="${1}"
echo "Using input file: ${input_file}"
if [[ -f "${input_file}" ]]; then
sed '/^#.*/d; /^$/d' "${input_file}" >> "${TMP_CONFIG}"
fi
Expand Down

0 comments on commit cc84366

Please sign in to comment.