Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 006292912b |
@@ -51,13 +51,8 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-custom
|
||||
steps:
|
||||
- name: Install yq
|
||||
run: |
|
||||
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64
|
||||
chmod +x /usr/local/bin/yq
|
||||
|
||||
- name: Checkout ArgoCD repo
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user