mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
format
Signed-off-by: Philippe Leprince <philippe@ynput.io>
This commit is contained in:
parent
18c0299bfb
commit
af9fd17ee8
1 changed files with 12 additions and 12 deletions
24
.github/workflows/deploy_mkdocs.yml
vendored
24
.github/workflows/deploy_mkdocs.yml
vendored
|
|
@ -21,28 +21,28 @@ on:
|
|||
required: true
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.token || secrets.YNPUT_BOT_TOKEN }}
|
||||
GH_USER: ${{ secrets.user || secrets.CI_USER }}
|
||||
GH_EMAIL: ${{ secrets.email || secrets.CI_EMAIL }}
|
||||
GH_TOKEN: ${{ secrets.token || secrets.YNPUT_BOT_TOKEN }}
|
||||
GH_USER: ${{ secrets.user || secrets.CI_USER }}
|
||||
GH_EMAIL: ${{ secrets.email || secrets.CI_EMAIL }}
|
||||
|
||||
jobs:
|
||||
verify-repo-secrets:
|
||||
uses: ynput/ops-repo-automation/.github/workflows/verify_secrets.yml@main
|
||||
with:
|
||||
repo: ${{ github.repository }}
|
||||
secrets:
|
||||
gh_token: ${{ secrets.token }}
|
||||
gh_user: ${{ secrets.user }}
|
||||
gh_email: ${{ secrets.email }}
|
||||
uses: ynput/ops-repo-automation/.github/workflows/verify_secrets.yml@main
|
||||
with:
|
||||
repo: ${{ github.repository }}
|
||||
secrets:
|
||||
gh_token: ${{ secrets.token }}
|
||||
gh_user: ${{ secrets.user }}
|
||||
gh_email: ${{ secrets.email }}
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout ${{ inputs.branch_name || 'main' }}
|
||||
- name: Checkout ${{ inputs.branch_name}}
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.branch_name || 'main' }}
|
||||
ref: ${{ inputs.branch_name}}
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue