Skip to content

Commit

Permalink
v1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Jun 4, 2023
1 parent 1636a9a commit d3553e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
- name: Run Kiri
# The __KIRI VERSION__ below will be replaced by the semver version of the action
# This is done by the release action and propagated to the tags
uses: docker://ghcr.io/usa-reddragon/kiri:__KIRI_VERSION__
uses: docker://ghcr.io/usa-reddragon/kiri:v1.0.30
if: github.event_name == 'pull_request' && github.event.action != 'closed' && steps.kicad-files.outputs.changed == 'true'
env:
KIRI_PROJECT_FILE: ${{ inputs.project-file }}
Expand Down

0 comments on commit d3553e4

Please sign in to comment.