Skip to content

Commit

Permalink
Update README (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-opsverse authored Feb 8, 2024
1 parent ffb8061 commit f40b65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Sync ArgoCD Application
uses: OpsVerseIO/argocd-sync@0.1.0
uses: OpsVerseIO/argocd-sync@0.2.0
with:
address: ${{ secrets.ARGOCD_SERVER }}
token: ${{ secrets.ARGOCD_TOKEN }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Sync ArgoCD Application
uses: OpsVerseIO/argocd-sync@0.1.0
uses: OpsVerseIO/argocd-sync@0.2.0
with:
address: ${{ secrets.ARGOCD_SERVER }}
token: ${{ secrets.ARGOCD_TOKEN }}
Expand Down

0 comments on commit f40b65d

Please sign in to comment.