Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
use v0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Oct 5, 2019
1 parent 4c7d973 commit 49c9247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Open PR for new release of Krew Plugin
uses: rajatjindal/[email protected].22
uses: rajatjindal/[email protected].26
with:
plugin-name: 'your-plugin-name'
upstream-krew-index-owner: 'kubernetes-sigs'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
required: true
runs:
using: 'docker'
image: 'docker://rajatjindal/krew-plugin-release:v0.0.24'
image: 'docker://rajatjindal/krew-plugin-release:v0.0.26'
args:
- ${{ inputs.upstream-krew-index-owner }}
- ${{ inputs.plugin-name }}

0 comments on commit 49c9247

Please sign in to comment.