We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e80ffb commit 4d07025Copy full SHA for 4d07025
.github/workflows/integration-test-call.yml
@@ -13,6 +13,8 @@ jobs:
13
init:
14
runs-on: ubuntu-latest
15
steps:
16
+ - name: Create Feature Branch
17
+ run: git checkout -b feature/$GITHUB_RUN_NUMBER && git push -u origin feature/$GITHUB_RUN_NUMBER
18
- name: Add status check target URL
19
run: |
20
gh api -X POST "/repos/$GITHUB_REPOSITORY/statuses/$GITHUB_SHA" \
0 commit comments