Skip to content

Commit 4d07025

Browse files
authored
Update integration-test-call.yml
1 parent 0e80ffb commit 4d07025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-test-call.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
init:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Create Feature Branch
17+
run: git checkout -b feature/$GITHUB_RUN_NUMBER && git push -u origin feature/$GITHUB_RUN_NUMBER
1618
- name: Add status check target URL
1719
run: |
1820
gh api -X POST "/repos/$GITHUB_REPOSITORY/statuses/$GITHUB_SHA" \

0 commit comments

Comments
 (0)