Skip to content

Commit

Permalink
Merge pull request #29 from zawarkhan1/test1
Browse files Browse the repository at this point in the history
test
  • Loading branch information
zawarkhan1 authored Feb 16, 2024
2 parents 9817eaa + 0fd262e commit 0d5eec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
SPEC_FILES=""
for file in $(find artifacts -type f -name "*.yaml"); do
filename=$(basename $file)
SPEC_FILES="$SPEC_FILES,artifact/${filename//_/-}:true"
SPEC_FILES="$SPEC_FILES,artifact/${filename}:true"
done
# Removing leading comma
SPEC_FILES=${SPEC_FILES#,}
Expand Down

0 comments on commit 0d5eec6

Please sign in to comment.