We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75b6e1 commit 7410477Copy full SHA for 7410477
1 file changed
.github/workflows/copybara.yml
@@ -0,0 +1,19 @@
1
+name: Move code
2
+on:
3
+ push:
4
+ pull_request_target:
5
+jobs:
6
+ move-code:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ with:
11
+ fetch-depth: 0
12
+ - uses: olivr/copybara-action@v1.2.4
13
14
+ ssh_key: ${{ secrets.SSH_KEY }}
15
+ access_token: ${{ secrets.GH_TOKEN }}
16
+ sot_repo: WMS-DEV/StudentStats-internal
17
+ destination_repo: WMS-DEV/StudentStats
18
+ committer: WMS_BOT <kontakt@wmsdev.pl>
19
+ push_exclude: service/src/main/resources/data/.supported_universities.csv
0 commit comments