Skip to content

Commit

Permalink
feat: add github action for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bonyuta0204 committed Nov 29, 2023
1 parent 5a76d83 commit 049f470
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Manual Dispatch

on:
workflow_dispatch:

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run a script
uses: ./
with:
src-branch: "release-stg"

0 comments on commit 049f470

Please sign in to comment.