Skip to content

Commit 936eac9

Browse files
author
Diego Luisi
committed
⚡ test pipeline
1 parent b6ddc91 commit 936eac9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
files=$(find apps/ -name "kustomization.yaml")
135135
136136
# Prepare output file
137-
output_file="Tooling.md"
137+
output_file="versions.md"
138138
echo "| Tools | Version | Repo | Status |" > $output_file
139139
echo "| :--------------: | :-----: | :---: | :------: |" >> $output_file
140140
@@ -162,9 +162,9 @@ jobs:
162162
sort -u -k 2 $output_file -o $output_file
163163
164164
# Display the output
165-
cat $output_file
165+
cat $output_file > Tooling.md
166166
167-
- name: Commit New index.yaml 📝
167+
- name: Commit New Tooling.md 📝
168168
run: |
169169
if [[ $(git diff) ]];
170170
then

0 commit comments

Comments
 (0)