constellation/.github/workflows/docs-update-reference.yml

21 lines
608 B
YAML
Raw Normal View History

2022-09-02 09:52:42 +00:00
name: Create Pull Request for CLI reference update
on:
2022-10-12 08:50:06 +00:00
workflow_dispatch:
2022-09-02 09:52:42 +00:00
push:
branches:
2022-09-09 07:51:42 +00:00
- action/constellation/update-cli-reference
2022-09-02 09:52:42 +00:00
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2022-09-09 07:51:42 +00:00
- name: pull-request
uses: repo-sync/pull-request@65785d95a5a466e46a9d0708933a3bd51bbf9dde
with:
destination_branch: "main"
pr_title: "Update CLI reference"
pr_body: |
:robot: *This is an automated PR.* :robot:
github_token: ${{ secrets.GITHUB_TOKEN }}