Skip to content

Update command reference documentation: dd3b723 #2

Update command reference documentation: dd3b723

Update command reference documentation: dd3b723 #2

Workflow file for this run

on:
push:
branches:
- cli-updates
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Open PR
uses: repo-sync/pull-request@v2
with:
destination_branch: "main"
github_token: ${{ secrets.ARGOCD_GITHUB_TOKEN }}
pr_title: "CLI Doc Generation: ${{ github.ref_name }}"