Skip to content
Closed

Changes #1261

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/integration-test-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
Loading