mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
fix action
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
49b7951ba3
commit
354121c996
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test-python.yaml
vendored
3
.github/workflows/test-python.yaml
vendored
|
|
@ -3,6 +3,7 @@ name: test-python
|
|||
on:
|
||||
pull_request_target:
|
||||
types: [labeled]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_and_preview:
|
||||
|
|
@ -12,6 +13,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: refs/remotes/pull/${{ github.event.pull_request.number }}/merge
|
||||
|
||||
# Openapi Generator Setup
|
||||
- name: Get OpenJDK 11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue