Skip to content

Commit aa5aed9

Browse files
committed
fixup! [ci] Update deprecated actions
1 parent 15a3c5b commit aa5aed9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Push New Docs to Github
4242
run: |
4343
cd docs/modm.io
44-
git config user.email "[email protected]"
45-
git config user.name "CircleCI Deployment Bot"
44+
git config user.email "[email protected]"
45+
git config user.name "modm bot"
4646
git add -A
4747
git diff-index --quiet HEAD || git commit -m "Update"
4848
git push origin master

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Examples SAME70 Devices
105105
if: always()
106106
run: |
107-
(cd examples && ../tools/scripts/examples_compile.py same70_xplained)
107+
(cd examples && ../tools/scripts/examples_compile.py same70_xplained)
108108
- name: Examples SAMV Devices
109109
if: always()
110110
run: |

0 commit comments

Comments
 (0)