From 4d070253d3a9f5caa53edd3926fbd1be800d21a8 Mon Sep 17 00:00:00 2001 From: domxss Date: Mon, 11 Aug 2025 06:40:05 +0200 Subject: [PATCH 1/2] Update integration-test-call.yml --- .github/workflows/integration-test-call.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-test-call.yml b/.github/workflows/integration-test-call.yml index 467225630..e0e247499 100644 --- a/.github/workflows/integration-test-call.yml +++ b/.github/workflows/integration-test-call.yml @@ -13,6 +13,8 @@ jobs: init: runs-on: ubuntu-latest steps: + - name: Create Feature Branch + run: git checkout -b feature/$GITHUB_RUN_NUMBER && git push -u origin feature/$GITHUB_RUN_NUMBER - name: Add status check target URL run: | gh api -X POST "/repos/$GITHUB_REPOSITORY/statuses/$GITHUB_SHA" \ From 6cd98f6c37f1b7c24154614b39e359d50c97408c Mon Sep 17 00:00:00 2001 From: domxss Date: Mon, 11 Aug 2025 07:00:38 +0200 Subject: [PATCH 2/2] Update integration-test-call.yml --- .github/workflows/integration-test-call.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test-call.yml b/.github/workflows/integration-test-call.yml index e0e247499..79784a373 100644 --- a/.github/workflows/integration-test-call.yml +++ b/.github/workflows/integration-test-call.yml @@ -13,7 +13,7 @@ jobs: init: runs-on: ubuntu-latest steps: - - name: Create Feature Branch + - name: Create Feature run: git checkout -b feature/$GITHUB_RUN_NUMBER && git push -u origin feature/$GITHUB_RUN_NUMBER - name: Add status check target URL run: |