mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fixed identation issue reported for CI check
This commit is contained in:
parent
ce9e402109
commit
16a5827962
1 changed files with 6 additions and 6 deletions
12
.github/workflows/android.yml
vendored
12
.github/workflows/android.yml
vendored
|
|
@ -14,12 +14,12 @@ jobs:
|
|||
- name: Checkout submodules
|
||||
uses: textbook/git-checkout-submodule-action@master
|
||||
- name: Loading secrets
|
||||
¦ env:
|
||||
¦ gservices: ${{ secrets.gservices }}
|
||||
¦ mapboxtoken: ${{ secrets.mapboxtoken }}
|
||||
¦ run: |
|
||||
¦ echo $gservices > ./app/google-services.json
|
||||
¦ echo $mapboxtoken > ./app/src/main/res/values/mapbox-token.xml
|
||||
env:
|
||||
gservices: ${{ secrets.gservices }}
|
||||
mapboxtoken: ${{ secrets.mapboxtoken }}
|
||||
run: |
|
||||
echo $gservices > ./app/google-services.json
|
||||
echo $mapboxtoken > ./app/src/main/res/values/mapbox-token.xml
|
||||
- name: Mock curfirmware version for CI
|
||||
run: |
|
||||
rm ./app/src/main/res/values/curfirmwareversion.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue