Skip to content

chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #60

chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0

chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #60

Workflow file for this run

name: Sync Files From branch main to pre
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
if: github.repository == 'kube-arbiter/arbiter'
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_REPO_PAT }} # PAT with full repo scope in https://github.com/settings/tokens, sync pr will use this account.
PR_LABELS: auto-sync
COMMIT_EACH_FILE: false