Update fetch_dialect_ardupilotmega.yml - fix copy error (#2184)

This commit is contained in:
Hamish Willee
2024-11-30 10:47:51 +11:00
committed by GitHub
parent 8e97709db6
commit 75ebfc8ff9
@@ -17,8 +17,10 @@ jobs:
curl -L https://raw.githubusercontent.com/ArduPilot/mavlink/master/message_definitions/v1.0/loweheiser.xml -o loweheiser.xml
- name: Copy file
run: ls
- name: Copy file
run: mv -f ardupilotmega.xml message_definitions/v1.0/
- name: Copy files
run: |
mv -f ardupilotmega.xml message_definitions/v1.0/
mv -f loweheiser.xml message_definitions/v1.0/
- name: Add and commit changes
run: |
git config --global user.name "${{ secrets.PX4BUILDBOT_USER }}"