Skip to content

Commit

Permalink
Update metadata for Update github username in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean authored and github-actions[bot] committed Oct 29, 2024
1 parent efce551 commit 2ff06fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Generates gerber & drill files for a specified PCB and places them in a specifie

## Example usage
```
uses: emilymclean/[email protected].5
uses: emilymclean/[email protected].6
with:
input-file: pcb.kicad_pcb
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
default: "in"
runs:
using: 'docker'
image: 'docker://ghcr.io/benmmclean/kicad-gerber:2.0.5'
image: 'docker://ghcr.io/emilymclean/kicad-gerber:2.0.6'
args:
- ${{ inputs.input-file }}
- ${{ inputs.output-directory }}
Expand Down

0 comments on commit 2ff06fa

Please sign in to comment.