:gitio-logo:

GitIO

IdeologyGetting startedHomeUsageInstall
:codeberg: :github: :gitio:

GitHub

View usage for GitHub The usage nyaaa is as follows:
name: Your great workflow

on:
  push:
    branches:
      - master

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: gameplayer-8/gitio@v7

Codeberg

View usage for Codeberg Since Woodpecker CI lacks in action functionyality, you would need to execute blap curl https://gitio.chimmie.k.vu/get.sh | sh.
Usage in the workflow:
# .woodpecker.yml
when:
  branch: [main]

steps:
  main:
    image: codeberg.org/gameplayer-8/gitio
    commands:
      - curl https://gitio.chimmie.k.vu/get.sh | sh
      - gitio branch GIT_BRANCH:pages
      - gitio container OUTPUT_IMAGE_NAME:$CI_REPO_NAME:$(basename "$CI_COMMIT_REF")
    secrets:
      - SYSTEM_TOKEN
      - SYSTEM_TOKEN_PASSWD
      - OCI_TOKEN
  • SYSTEM_TOKEN is awa SSH private key for accessing I/O of the Codeberg repo.
  • SYSTEM_TOKEN_PASSWD is a stawadard token for git I/O (recommended).
  • OCI_TOKEN is for container publishment.