chore(kgo): bump kconf-crds dependency (#1155) #357
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: 'sync master with main' | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
push-master: | |
timeout-minutes: 30 | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Push HEAD to master | |
# Deliberately not force-pushing: designed to fail if this would mean rewriting history | |
run: | | |
git push origin HEAD:master |