Skip to content

Commit

Permalink
Release v1
Browse files Browse the repository at this point in the history
Using setup-tektoncd-cli release `v1` too.
  • Loading branch information
otaviof authored and vdemeester committed Mar 16, 2023
1 parent 9cd0b8b commit ae8f25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cluster_name: kind

# setting up Tekton Pipelines, CLI and additional components...
- uses: openshift-pipelines/setup-tektoncd@main
- uses: openshift-pipelines/setup-tektoncd@v1
with:
pipeline_version: latest
feature_flags: '{}'
Expand Down Expand Up @@ -56,7 +56,7 @@ Tekton Pipelines exposes [feature-flags][githubTektonFeatureFlags] using a `Conf
jobs:
setup-tektoncd:
steps:
- uses: openshift-pipelines/setup-tektoncd@main
- uses: openshift-pipelines/setup-tektoncd@v1
with:
feature_flags: '{ "enable-custom-tasks": "true" }'
```
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ runs:
run: sudo --preserve-env ${{ github.action_path }}/patch-etc-hosts.sh

# installs the pre-compiled Tekton CLI
- uses: openshift-pipelines/setup-tektoncd-cli@main
- uses: openshift-pipelines/setup-tektoncd-cli@v1
with:
version: ${{ inputs.cli_version }}

0 comments on commit ae8f25c

Please sign in to comment.