File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : forgeedu-sync
2+
3+ on :
4+ - push
5+ - delete
6+
7+ jobs :
8+ sync :
9+ runs-on : ubuntu-latest
10+ name : Git Repo Sync
11+ steps :
12+ - uses : actions/checkout@v2
13+ with :
14+ fetch-depth : 0
15+ - uses : wangchucheng/git-repo-sync@v0.1.0
16+ with :
17+ target-url : https://forge.apps.education.fr/canetsebastien/BlocklyArduino
18+ target-username : canetsebastien
19+ target-token : ${{ secrets.GITLAB_TOKEN }}
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Blcokly@rduino" ,
3+ "version" : " 3.3.0" ,
4+ "description" : " Arduino and ESP32 blocks programming" ,
5+ "main" : " index.html" ,
6+ "files" : [
7+ " ."
8+ ],
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/technologiescollege/Blockly-at-rduino.git"
12+ },
13+ "author" : " Sébastien Canet" ,
14+ "license" : " GNU GENERAL PUBLIC LICENSE - Version 2" ,
15+ "keywords" : [],
16+ "devDependencies" : {
17+ },
18+ "dependencies" : {
19+ }
20+ }
You can’t perform that action at this time.
0 commit comments