Skip to content

Commit

Permalink
Update workflow and add icon
Browse files Browse the repository at this point in the history
Signed-off-by: divyansh42 <[email protected]>
  • Loading branch information
divyansh42 authored and tetchel committed Nov 30, 2020
1 parent b9e7fcb commit a2aec49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install
uses: redhat-actions/oc-installer@main
uses: redhat-actions/oc-installer@v0.1
with:
oc_version: ${{ matrix.oc_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install
uses: redhat-actions/oc-installer@main
uses: redhat-actions/oc-installer@v0.1
with:
oc_version: ${{ matrix.oc_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: npm ci

- name: Verify Latest Bundle
uses: tetchel/bundle-verifier-action@master
uses: tetchel/bundle-verifier-action@v0.0.2
with:
bundle_file: ${{ env.BUNDLE_FILE }}
bundle_command: ${{ env.BUNDLE_COMMAND }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![oc-installer Test](https://github.com/redhat-actions/oc-installer/workflows/oc-installer%20Test/badge.svg)](https://github.com/redhat-actions/oc-installer/actions?query=workflow%3A%22oc-installer+Test%22)
[![Verify Bundle](https://github.com/redhat-actions/oc-installer/workflows/Verify%20Bundle/badge.svg)](https://github.com/redhat-actions/oc-installer/actions?query=workflow%3A%22Verify+Bundle%22)
<br><br>
[![tag badge](https://img.shields.io/github/v/tag/redhat-actions/oc-installer?sort=semver)](https://github.com/redhat-actions/oc-installer/tags)
[![tag badge](https://img.shields.io/github/v/tag/redhat-actions/oc-installer)](https://github.com/redhat-actions/oc-installer/tags)
[![license badge](https://img.shields.io/github/license/redhat-actions/oc-installer)](./LICENSE)
[![size badge](https://img.shields.io/github/size/redhat-actions/oc-installer/dist/index.js)](./dist)

Expand Down

0 comments on commit a2aec49

Please sign in to comment.