mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-24 00:53: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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.1.0
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
- name: Run test
|
||||
id: branch-name
|
||||
uses: ./
|
||||
|
Loading…
Reference in New Issue
Block a user