We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2b1f7 commit 087eeb8Copy full SHA for 087eeb8
1 file changed
.github/workflows/actions.yml
@@ -61,6 +61,7 @@ jobs:
61
- name: Prepare builddir
62
run: |
63
echo "${{ secrets.MAPBOX }}" > $GITHUB_WORKSPACE/mapbox.properties
64
+ cat $GITHUB_WORKSPACE/mapbox.properties
65
echo "${{ secrets.DROPBOX }}" > $GITHUB_WORKSPACE/dropbox.properties
66
echo "${{ secrets.RUNALYZE }}" > $GITHUB_WORKSPACE/runalyze.properties
67
chmod +x gradlew
0 commit comments