mirror of
https://github.com/actions/github-script.git
synced 2026-06-06 00:54:25 +00:00
Merge remote-tracking branch 'origin/main' into pr-700-latest
# Conflicts: # .github/workflows/integration.yml
This commit is contained in:
commit
814d540101
1 changed files with 3 additions and 1 deletions
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
|
@ -211,7 +211,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
environment: ['', 'debug-integration-test']
|
||||
environment: ${{ matrix.environment }}
|
||||
environment:
|
||||
name: ${{ matrix.environment }}
|
||||
deployment: false
|
||||
name: "Integration test: debug option (runner.debug mode ${{ matrix.environment && 'enabled' || 'disabled' }})"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue