Skip to content

Commit f391d69

Browse files
committed
Hopefully fixing out problem
1 parent 00fa6bd commit f391d69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmakeTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ jobs:
4747
#Problem 1 Testing
4848
- name: Get root CMakeLists.txt
4949
id: getCMakeLists1
50-
run: node .cbc/getFile.js ${{ secrets.AUTH_TOKEN }} ${{ steps.repo.outputs.content }} CMakeLists.txt > CMakeLists
50+
run: node .cbc/getFile.js ${{ secrets.AUTH_TOKEN }} ${{ steps.repo.outputs.content }} CMakeLists.txt > CMakeLists.txt
5151

5252
- name: Comment
5353
run: node .cbc/makeComment.js ${{ secrets.AUTH_TOKEN }} ${{ steps.number.outputs.content }} "CMakeLists.txt found in root"
5454

5555
- name: Get harp CMakeLists.txt
5656
id: getCMakeLists2
57-
run: node .cbc/getFile.js ${{ secrets.AUTH_TOKEN }} ${{ steps.repo.outputs.content }} harp/CMakeLists.txt > harpCMakeLists
57+
run: node .cbc/getFile.js ${{ secrets.AUTH_TOKEN }} ${{ steps.repo.outputs.content }} harp/CMakeLists.txt > harp/CMakeLists.txt
5858

5959
- name: Comment
6060
run: node .cbc/makeComment.js ${{ secrets.AUTH_TOKEN }} ${{ steps.number.outputs.content }} "CMakeLists.txt found in harp"
6161

6262
- name: Get lib CMakeLists.txt
6363
id: getCMakeLists3
64-
run: node .cbc/getFile.js ${{ secrets.AUTH_TOKEN }} ${{ steps.repo.outputs.content }} lib/CMakeLists.txt > libCMakeLists
64+
run: node .cbc/getFile.js ${{ secrets.AUTH_TOKEN }} ${{ steps.repo.outputs.content }} lib/CMakeLists.txt > lib/CMakeLists.txt
6565

6666
- name: Comment
6767
run: node .cbc/makeComment.js ${{ secrets.AUTH_TOKEN }} ${{ steps.number.outputs.content }} "CMakeLists.txt found in lib"

0 commit comments

Comments
 (0)