Verify ControlNet v1.1.455 #11
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: Push to Gitcode | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: pandoc/latex # "ubuntu" is a more generic container | |
# using "pandoc/latex" because of dependencies | |
# used in the specific "build.sh" | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Pushes to Gitcode | |
uses: cpina/github-action-push-to-another-repository@main | |
env: | |
API_TOKEN_GITHUB: ${{ secrets.GITCODE_MIRROR_ACCESS_TOKEN }} | |
with: | |
source-directory: '.' | |
destination-repository-username: 'Nuullll' | |
github-server: 'gitcode.net' | |
destination-repository-name: 'sd-webui-ipex-enhancement-mirror' | |
user-email: [email protected] | |
user-name: Nuullll | |
target-branch: main | |
commit-message: Auto-sync from https://github.com/Nuullll/sd-webui-ipex-enhancement |