Skip to content

add HCP Waypoint API docs (#2571) #1322

add HCP Waypoint API docs (#2571)

add HCP Waypoint API docs (#2571) #1322

name: 'Sync `staging` Branch'
# This workflow attempts to merge updates from `main` into the long-standing staging branch.
on:
push:
branches:
- main
workflow_dispatch:
concurrency: merge_main
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Sync `staging`
run: |
git config user.name github-actions
git config user.email [email protected]
git push origin --force main:staging