We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107f6d2 commit 4a2761bCopy full SHA for 4a2761b
README.md
@@ -42,7 +42,7 @@ jobs:
42
fetch-depth: '0'
43
44
- name: Check updates for ArgoCD Apps
45
- uses: ironashram/argocd-apps-action@v1.3.4
+ uses: ironashram/argocd-apps-action@v1.3.5
46
with:
47
skip_prerelease: true
48
target_branch: main
action.yml
@@ -29,7 +29,7 @@ runs:
29
steps:
30
- name: Download ArgoCD Apps Action Binary
31
env:
32
- ACTION_VERSION: "v1.3.4"
+ ACTION_VERSION: "v1.3.5"
33
shell: bash
34
run: |
35
wget https://github.com/ironashram/argocd-apps-action/releases/download/${ACTION_VERSION}/argocd-apps-action-${ACTION_VERSION}-linux-amd64.tar.gz
0 commit comments