Create OpenAPI PRs on release #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create OpenAPI PRs on release | |
on: | |
push: | |
branches: | |
# - main | |
- 'hotfix/PRcreate' | |
paths: | |
- 'resources/**' | |
workflow_dispatch: | |
jobs: | |
create-PRs: | |
name: Create PRs for OpenAPI | |
runs-on: ubuntu-latest | |
steps: | |
# - name: Trigger workflow | |
# # You may pin to the exact commit or the version. | |
# # uses: dusansimic/trigger-workflow-action@8b004e8247e9d2e7354366bd128160d7e78b47c8 | |
# uses: dusansimic/[email protected] | |
# with: | |
# # The GitHub token used to trigger workflow | |
# # github-token: # optional, default is ${{ github.token }} | |
# # Workflow name to be triggered (the name of the file) | |
# name: .github/workflows/delete-old-images.yml | |
# # Owner of the repository that contains the workflow (username or org. name) | |
# owner: jkhy | |
# # Name of the repository | |
# repo: vsg_LoanVantage | |
# ref: master | |
# debug: true | |
- name: Test run | |
run: echo ${{ github.token }} |