use github workspace variable for path

This commit is contained in:
Ulf Gebhardt 2023-03-14 02:31:53 +01:00
parent 5be30f393c
commit f4d0fdb2d8
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -35,9 +35,9 @@ jobs:
with:
path: "ocelot/deployment/configurations/${{ env.CONFIGURATION }}"
- name: Decrypt all secrets
run: ./ocelot/deployment/scripts/secrets.decrypt.sh
run: "${{ GITHUB_WORKSPACE }}/ocelot/deployment/scripts/secrets.decrypt.sh"
- name: Upgrade Cluster
run: ./ocelot/deployment/scripts/cluster.upgrade.sh
run: "${{ GITHUB_WORKSPACE }}/ocelot/deployment/scripts/cluster.upgrade.sh"
# ##########################################################################
# # SET ENVS ###############################################################