mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-24 03:23:51 +08:00
Merge branch 'main' into main
This commit is contained in:
commit
88ff66ccc6
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3.1.0
|
uses: actions/checkout@v3.1.0
|
||||||
|
- name: Dump GitHub context
|
||||||
|
env:
|
||||||
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
- name: Run test
|
- name: Run test
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: ./
|
uses: ./
|
||||||
|
Loading…
Reference in New Issue
Block a user