Compare commits

...

2 Commits

Author SHA1 Message Date
deac 5b5522f3e0 Merge branch 'main' of ssh://gitea.pixelparasol.com:4122/pixel-parasol-public/gitea-actions
/ publish (push) Successful in 7s
2026-05-29 12:48:58 -04:00
deac 37b5363e63 testing 2026-05-29 12:48:54 -04:00
+3 -1
View File
@@ -16,7 +16,9 @@ runs:
steps:
- name: Mask kubeconfig
shell: sh
run: echo "::add-mask::${{ inputs.K8S_CONFIG }}"
env:
K8S_CONFIG: ${{ inputs.K8S_CONFIG }}
run: echo "::add-mask::$K8S_CONFIG"
- name: Configure kubectl
shell: sh