mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 19: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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.0.2
|
||||
- name: Show github context
|
||||
run: |
|
||||
echo '${{ toJSON(github) }}'
|
||||
- name: Run test
|
||||
id: branch-name
|
||||
uses: ./
|
||||
|
Loading…
Reference in New Issue
Block a user