mirror of
https://github.com/actions/checkout.git
synced 2025-04-01 22:10:06 +02:00
TO-DROP: debug
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
parent
ebe32779b0
commit
0ebad4a499
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -21,6 +21,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
https_proxy: http://127.0.0.1:3128
|
https_proxy: http://127.0.0.1:3128
|
||||||
steps:
|
steps:
|
||||||
|
- uses: mxschmitt/action-tmate@v3
|
||||||
|
with:
|
||||||
|
detached: true
|
||||||
|
|
||||||
# Clone this repo
|
# Clone this repo
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue