mirror of
https://githubfast.com/actions/checkout.git
synced 2024-10-30 16:50:46 +00:00
Inspect git version during test-proxy
This commit is contained in:
parent
268a122c29
commit
b300d42bb0
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
- releases/*
|
- releases/*
|
||||||
|
|
||||||
|
|
||||||
# Note when you see patterns like "ref: test-data/v2/basic" within this workflow,
|
# Note that when you see patterns like "ref: test-data/v2/basic" within this workflow,
|
||||||
# these refer to "test-data" branches on this actions/checkout repo.
|
# these refer to "test-data" branches on this actions/checkout repo.
|
||||||
# (For example, test-data/v2/basic -> https://github.com/actions/checkout/tree/test-data/v2/basic)
|
# (For example, test-data/v2/basic -> https://github.com/actions/checkout/tree/test-data/v2/basic)
|
||||||
|
|
||||||
@ -204,14 +204,17 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Inspect Git Version
|
||||||
|
run: git --version
|
||||||
|
|
||||||
# Basic checkout using git
|
# Basic checkout using git
|
||||||
- name: Checkout basic
|
- name: Checkout basic
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
ref: test-data/v2/basic
|
ref: test-data/v2/basic
|
||||||
path: basic
|
path: basic
|
||||||
# - name: Verify basic
|
- name: Verify basic
|
||||||
# run: __test__/verify-basic.sh
|
run: __test__/verify-basic.sh
|
||||||
|
|
||||||
# Basic checkout using REST API
|
# Basic checkout using REST API
|
||||||
- name: Remove basic
|
- name: Remove basic
|
||||||
|
Loading…
Reference in New Issue
Block a user