jobs: merge: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 with: ref: main fetch-depth: 0 lfs: true - name: Set git identity run : | git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "...