mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update ci actions
This commit is contained in:
parent
deb608d1d1
commit
6ad8bf0bb0
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -2,9 +2,9 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
merge-to-federated:
|
||||
@ -15,10 +15,9 @@ jobs:
|
||||
uses: cpina/github-action-push-to-another-repository@main
|
||||
env:
|
||||
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
|
||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
with:
|
||||
source-directory: '.'
|
||||
destination-github-username: 'ragestudio'
|
||||
destination-repository-name: 'comty-federated'
|
||||
user-email: srgooglo@ragestudio.net
|
||||
target-branch: main
|
||||
target-branch: master
|
||||
|
Loading…
x
Reference in New Issue
Block a user