We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ddc91 commit 936eac9Copy full SHA for 936eac9
.github/workflows/main.yaml
@@ -134,7 +134,7 @@ jobs:
134
files=$(find apps/ -name "kustomization.yaml")
135
136
# Prepare output file
137
- output_file="Tooling.md"
+ output_file="versions.md"
138
echo "| Tools | Version | Repo | Status |" > $output_file
139
echo "| :--------------: | :-----: | :---: | :------: |" >> $output_file
140
@@ -162,9 +162,9 @@ jobs:
162
sort -u -k 2 $output_file -o $output_file
163
164
# Display the output
165
- cat $output_file
+ cat $output_file > Tooling.md
166
167
- - name: Commit New index.yaml 📝
+ - name: Commit New Tooling.md 📝
168
run: |
169
if [[ $(git diff) ]];
170
then
0 commit comments