hey-car / action-label-semaphore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action-label-semaphore

This action manages a semaphore system using labels in a remote repository.

    container:
      image: <..some-img..>
    steps:
      - name: Label Semaphore
        uses: hey-car/action-label-semaphore@<..some-version..>
        env:
          GITHUB_TOKEN: "<..some-token-with-access..>"
        with:
          pr-label: "<..some-label-name..>"
          argo-app-path: "<..some-file-path..>"
          argo-revision-path: "<..some-yaml-path..>"
          argo-repo: "<..some-repo-name..>"
          desired-revision: "<..some-tag..>"

About


Languages

Language:Shell 100.0%