Skip to content

Commit

Permalink
chore(action): rename github action workflow file (#26)
Browse files Browse the repository at this point in the history
## Summary

Rename the OTA deploy workflow file extention to match the other
workflow files.
Also remove reference to wefault in the workflow title.

## Test Plan

Checked that link in readme now works.
  • Loading branch information
gminn authored Feb 26, 2024
1 parent c824314 commit 04d8bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WeFault Fleet Build & OTA Deploy
name: Build & OTA Deploy
run-name: ${{ inputs.run_name }}

env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ west flash --erase
## Deploying OTAs

This app also has an example of how to auto-deploy releases with Memfault.
See [`ota-deploy.yml`](.github/workflows/ota-deploy.yaml).
See [`ota-deploy.yaml`](.github/workflows/ota-deploy.yaml).

0 comments on commit 04d8bc5

Please sign in to comment.