File tree Expand file tree Collapse file tree 3 files changed +39
-64
lines changed
Expand file tree Collapse file tree 3 files changed +39
-64
lines changed Original file line number Diff line number Diff line change 1+ name : Sync Repository to GitLab
2+
3+ on :
4+ push
5+
6+ jobs :
7+ sync :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - name : Checkout all history
11+ uses : actions/checkout@v4
12+ with :
13+ fetch-depth : 0
14+
15+ - name : Sync to GitLab
16+ uses : keninkujovic/gitlab-sync@2.1.0
17+ with :
18+ gitlab_url : ${{ secrets.GITLAB_URL }}
19+ username : ${{ secrets.GITLAB_USERNAME }}
20+ gitlab_pat : ${{ secrets.GITLAB_PAT }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /.github/" >
3+ <File Path =" .github/CODEOWNERS" />
4+ <File Path =" .github/dependabot.yml" />
5+ </Folder >
6+ <Folder Name =" /.github/workflows/" >
7+ <File Path =" .github/workflows/cd.yaml" />
8+ <File Path =" .github/workflows/ci.yaml" />
9+ <File Path =" .github/workflows/gitlab-mirror.yaml" />
10+ </Folder >
11+ <Folder Name =" /Solution/" >
12+ <File Path =" LICENSE" />
13+ <File Path =" README.md" />
14+ </Folder >
15+ <Project Path =" Net.Sdk.Web.Extensions.Azure/Net.Sdk.Web.Extensions.Azure.csproj" />
16+ <Project Path =" Net.Sdk.Web.Extensions.SourceGenerators.Tests/Net.Sdk.Web.Extensions.SourceGenerators.Tests.csproj" />
17+ <Project Path =" Net.Sdk.Web.Extensions.SourceGenerators/Net.Sdk.Web.Extensions.SourceGenerators.csproj" />
18+ <Project Path =" Net.Sdk.Web.Extensions/Net.Sdk.Web.Extensions.csproj" />
19+ </Solution >
You can’t perform that action at this time.
0 commit comments