[bugfix] Indentation bug in actions yaml

This commit is contained in:
Ganesh Gore 2020-12-03 23:57:56 -07:00
parent 41f2844698
commit 027f0f76a2
2 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
path: Caravel-SOFA-HD
- name: Updating files
run: source ./SOFA-Chips/.github/workflows/sync_repo.sh
run: source ${GITHUB_WORKSPACE}/SOFA-Chips/.github/workflows/sync_repo.sh
- name: Commit files
run: |

3
.github/workflows/syn_repo.sh vendored Normal file
View File

@ -0,0 +1,3 @@
cd ${GITHUB_WORKSPACE}/SOFA-Chips
date >> testfile.txt