Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit d531d21

Browse files
committed
Install yq from snap
1 parent 1f97aa6 commit d531d21

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ runs:
4949
./jumpstarter/packages/jumpstarter-driver-composite \
5050
./jumpstarter/packages/jumpstarter-driver-power \
5151
./jumpstarter/packages/jumpstarter-driver-opendal
52+
- name: Install yq
53+
shell: bash
54+
run: |
55+
snap install yq
5256
- name: Run jumpstarter
5357
shell: bash
5458
run: |
@@ -85,9 +89,9 @@ runs:
8589
--issuer https://dex.dex.svc.cluster.local:5556 \
8690
--username test-exporter-oidc@example.com --password password
8791
88-
go run github.com/mikefarah/yq/v4@latest -i ". * load(\"$GITHUB_ACTION_PATH/exporter.yaml\")" \
92+
yq -i ". * load(\"$GITHUB_ACTION_PATH/exporter.yaml\")" \
8993
/etc/jumpstarter/exporters/test-exporter-oidc.yaml
90-
go run github.com/mikefarah/yq/v4@latest -i ". * load(\"$GITHUB_ACTION_PATH/exporter.yaml\")" \
94+
yq -i ". * load(\"$GITHUB_ACTION_PATH/exporter.yaml\")" \
9195
/etc/jumpstarter/exporters/test-exporter-legacy.yaml
9296
9397
jmp client list-configs

0 commit comments

Comments
 (0)