mirror of https://github.com/lnis-uofu/SOFA.git
[bugfix] Indentation bug in actions yaml
This commit is contained in:
parent
41f2844698
commit
027f0f76a2
|
@ -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: |
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
cd ${GITHUB_WORKSPACE}/SOFA-Chips
|
||||
date >> testfile.txt
|
||||
|
Loading…
Reference in New Issue