Skip to content

Commit afdade8

Browse files
committed
fix ci script branch
Signed-off-by: ROBOTIS-Will <[email protected]>
1 parent 6c65c94 commit afdade8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dynamixel2arduino_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: Run Arduino CI Script
1717
run: |
18-
source <(curl -SLs https://raw.githubusercontent.com/ROBOTIS-GIT/Dynamixel2Arduino/$GITHUB_REF_NAME/install.sh) ${{github.ref}}
18+
source <(curl -SLs https://raw.githubusercontent.com/ROBOTIS-GIT/Dynamixel2Arduino/master/install.sh) ${{github.ref}}
1919
build_platform openrb-150
2020
build_platform uno
2121
build_platform mega2560

0 commit comments

Comments
 (0)