mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 22:53:50 +08:00
Update test.yml
This commit is contained in:
parent
6866f6261d
commit
63b65253bc
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -22,6 +22,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3.0.2
|
uses: actions/checkout@v3.0.2
|
||||||
|
- name: Show github context
|
||||||
|
run: |
|
||||||
|
echo '${{ toJSON(github) }}'
|
||||||
- name: Run test
|
- name: Run test
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: ./
|
uses: ./
|
||||||
|
Loading…
Reference in New Issue
Block a user