Skip to content

Commit 7c45632

Browse files
authored
Bump actions used for kyma terraforming in integration tests (#1371) (#1383)
1 parent 6ddeff8 commit 7c45632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_integration-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: compute github commit sha
8585
id: vars
8686
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
87-
- uses: kyma-project/terraform-module/.github/actions/create-sap-btp-kyma@6af78799edd07b5301494de20aaecee28f51af27
87+
- uses: kyma-project/terraform-module/.github/actions/create-sap-btp-kyma@2edb264e0f701fc93af4fb35eaeb7b8b3c05e493
8888
id: create-btp-resources
8989
with:
9090
btp_subaccount_name: serverless-test-${{ steps.vars.outputs.sha_short }}-${{ github.run_attempt }}
@@ -111,7 +111,7 @@ jobs:
111111
APP_TEST_AZURE_BASIC_AUTH_USERNAME: ${{ secrets.GIT_AUTH_TEST_AZURE_USERNAME }}
112112
APP_TEST_AZURE_BASIC_AUTH_PASSWORD: ${{ secrets.GIT_AUTH_TEST_AZURE_PASSWORD }}
113113

114-
- uses: kyma-project/terraform-module/.github/actions/force-delete-sap-btp-subaccount@6af78799edd07b5301494de20aaecee28f51af27
114+
- uses: kyma-project/terraform-module/.github/actions/force-delete-sap-btp-subaccount@2edb264e0f701fc93af4fb35eaeb7b8b3c05e493
115115
if: always()
116116
with:
117117
btp_subaccount_id: ${{ steps.create-btp-resources.outputs.subaccount_id }}

0 commit comments

Comments
 (0)