Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodsmileduck committed Nov 6, 2019
1 parent b5aca7d commit 42fe27b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: goodsmileduck/helm-push-action@master
- uses: goodsmileduck/helm-push-action@v0.1.1
env:
SOURCE_DIR: '.'
CHART_FOLDER: 'ecs-exporter'
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ branding:
color: 'blue'
icon: 'upload-cloud'
inputs:
CloudId:
description: 'Helm push to chartmuseum'
ChartmuseumUrl:
description: 'Url to your Chartmuseum'
default: ''
runs:
using: 'docker'
Expand Down

0 comments on commit 42fe27b

Please sign in to comment.