fix bug with context in integration-template #164
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: "Mirror repo to public" | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
Mirror-action: | |
if: github.repository != 'tmfg/digitraffic-common' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Mirror | |
uses: tmfg/digitraffic-actions@mirror/v1 | |
with: | |
mirror-repo: [email protected]:tmfg/digitraffic-common.git | |
ssh-private-key: ${{ secrets.SSH_MIRROR_KEY }} |