Skip to content

Commit d3553e4

Browse files
committed
v1.0.30
1 parent 1636a9a commit d3553e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
- name: Run Kiri
7171
# The __KIRI VERSION__ below will be replaced by the semver version of the action
7272
# This is done by the release action and propagated to the tags
73-
uses: docker://ghcr.io/usa-reddragon/kiri:__KIRI_VERSION__
73+
uses: docker://ghcr.io/usa-reddragon/kiri:v1.0.30
7474
if: github.event_name == 'pull_request' && github.event.action != 'closed' && steps.kicad-files.outputs.changed == 'true'
7575
env:
7676
KIRI_PROJECT_FILE: ${{ inputs.project-file }}

0 commit comments

Comments
 (0)