1
Fork 0
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:
ふぁ 2023-08-06 20:24:07 +09:00
parent 49b7951ba3
commit 354121c996
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

@ -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