We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1636a9a commit d3553e4Copy full SHA for d3553e4
action.yml
@@ -70,7 +70,7 @@ runs:
70
- name: Run Kiri
71
# The __KIRI VERSION__ below will be replaced by the semver version of the action
72
# This is done by the release action and propagated to the tags
73
- uses: docker://ghcr.io/usa-reddragon/kiri:__KIRI_VERSION__
+ uses: docker://ghcr.io/usa-reddragon/kiri:v1.0.30
74
if: github.event_name == 'pull_request' && github.event.action != 'closed' && steps.kicad-files.outputs.changed == 'true'
75
env:
76
KIRI_PROJECT_FILE: ${{ inputs.project-file }}
0 commit comments