We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7e150 commit a00f9afCopy full SHA for a00f9af
.github/workflows/build-product.yml
@@ -87,9 +87,7 @@ jobs:
87
- name: Check if app deployed by ArgoCD
88
id: argocd-deployed-app
89
run: |
90
- pwd
91
- ls
92
- result=$(jq '.apps | index("${{ steps.get-parameters.outputs.app }}") != null' ./.github/argocd-deployed-apps.json)
+ result=$(jq '.apps | index("${{ steps.get-parameters.outputs.app }}") != null' ./tmp/github-workflows/.github/argocd-deployed-apps.json)
93
if [ "$result" = "true" ]; then
94
echo "ARGOCD_DEPLOYED_APP=true" >> $GITHUB_ENV
95
else
0 commit comments