|
@@ -20,7 +20,7 @@ jobs:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- name: Check if secrets are available
|
|
- name: Check if secrets are available
|
|
- run: echo "::set-output name=ok::${{ secrets.KS_PASS != '' }}"
|
|
|
|
|
|
+ run: echo "ok=${{ secrets.KS_PASS != '' }}" >> "$GITHUB_OUTPUT"
|
|
id: check-secrets
|
|
id: check-secrets
|
|
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
|
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
|
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
|
|
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
|