We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4211b69 commit d217cb8Copy full SHA for d217cb8
1 file changed
.github/workflows/apps_wallet_build.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
85
with:
86
fetch-tags: ${{ env.DEPLOY_TYPE == 'production' }}
87
- fetch-depth: ${{ env.DEPLOY_TYPE == 'production' && 0 || 1 }}
+ fetch-depth: ${{ env.DEPLOY_TYPE == 'production' && '0' || '1' }}
88
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
89
- name: Install Nodejs
90
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
0 commit comments