fix when context.about was destroyed without context deletion #489
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: naos sync | |
on: | |
- push | |
- delete | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
name: Git Repo Sync | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- uses: wangchucheng/git-repo-sync@v0.1.0 | |
with: | |
target-url: https://forge.naos-cluster.tech/osuny/admin.git | |
target-username: ${{ secrets.GITLAB_NAOS_USERNAME }} | |
target-token: ${{ secrets.GITLAB_NAOS_TOKEN }} |