Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorsdewit authored Jul 18, 2024
1 parent 36eafbe commit 1f93fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "MplabX XC32 v2.41 with legacy plib "
name: "MplabX v6.00 XC32 v2.41 with legacy plib "
description: "This action builds an MPLABX/xc32 with legacy libraries project in a Linux container."
branding:
icon: package
Expand All @@ -15,7 +15,7 @@ inputs:

runs:
using: "docker"
image: "docker://ghcr.io/agricoza/ghactions-mplabx-xc32-plib:latest"
image: "docker://ghcr.io/jittercompany/ghactions-mplabx-xc32-plib:latest"
args:
- ${{ inputs.project }}
- ${{ inputs.configuration }}

0 comments on commit 1f93fed

Please sign in to comment.