diff --git a/.github/workflows/integration-test-call.yml b/.github/workflows/integration-test-call.yml index 467225630..79784a373 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 + 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" \