trigger-circleci-pipeline-action icon indicating copy to clipboard operation
trigger-circleci-pipeline-action copied to clipboard

Bug: Major reference is not resolvable

Open LecrisUT opened this issue 1 year ago • 0 comments

It is common for Github actions to be able to reference by the major/major.minor versions, e.g.:

  trigger-circleci:
    runs-on: ubuntu-latest
    steps:
      - name: Trigger CircleCI
        uses: CircleCI-Public/trigger-circleci-pipeline-action@v1

However tags or branches for v1 and v1.1 are missing

LecrisUT avatar Aug 23 '23 10:08 LecrisUT