Skip to content

Commit

Permalink
fix: reference to entrypoint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Jul 12, 2023
1 parent 64bdbdf commit c09ff9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,14 @@ runs:
ls -l ${{ inputs.charts_dir }}
echo "===== Action path ====="
ls -l ${{ github.action_path }}
echo "===== Action path charts dir ====="
ls -l ${{ github.action_path }}/${{ inputs.charts_dir }}
- name: Build and push Helm charts
env:
GITHUB_TOKEN: ${{ inputs.gh_token }}
CHARTS_DIR: ${{ inputs.charts_dir }}
CHART_REPOSITORY: ${{ inputs.chart_repository_url }}
shell: bash
run: ./entrypoint.sh
run: ${{ github.action_path }}/entrypoint.sh

- name: Logout from Helm registry
if: always()
Expand Down

0 comments on commit c09ff9f

Please sign in to comment.