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 c4ae8e2 commit e0bccceCopy full SHA for e0bccce
.github/workflows/deploy-app-staging.yml
@@ -53,6 +53,8 @@ jobs:
53
key: ${{ secrets.KEY }}
54
passphrase: ${{ secrets.PASSPHRASE }}
55
script: |
56
+ echo $PATH
57
+ echo "$PATH"
58
# Make sure ~tools.mismatch-finder-staging/mismatch-finder-repo-next is group writable
59
become mismatch-finder-staging chmod -R g+rwx ~tools.mismatch-finder-staging/mismatch-finder-repo-next
60
# Change group of ~/mismatch-finder-repo-next (including symlinks) to tools.mismatch-finder-staging
0 commit comments