Skip to content

Commit

Permalink
Update helm-release-push-charts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wiesner authored Jun 12, 2022
1 parent 8531510 commit 7119f37
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/helm-release-push-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ jobs:
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v2
with:
repository: rowi1de/argocd


- name: Get latest Release
id: get-latest-release
Expand All @@ -154,7 +148,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: ./.github/workflows/release-trigger-other-repos.yaml
- uses: rowi1de/argocd/.github/workflows/release-trigger-other-repos.yaml@main
with:
repository: ${{ github.repository }}
semVer: ${{ steps.get-latest-release.outputs.tag_name }}
Expand Down

0 comments on commit 7119f37

Please sign in to comment.