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

Commit

Permalink
fix image syntax in actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Oct 5, 2019
1 parent 21cbd29 commit f0aae68
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ inputs:
upstream-krew-index-owner:
description: 'the owner of upstream krew-index repo'
required: true
default: 'rajatjin'
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'docker'
image: 'rajatjindal/krew-plugin-release:v0.0.20'
image: 'docker://rajatjindal/krew-plugin-release:v0.0.22'
args:
- ${{ inputs.upstream-krew-index-owner }}
- ${{ inputs.plugin-name }}

0 comments on commit f0aae68

Please sign in to comment.