Fixed spelling

This commit is contained in:
Théo DURR 2022-08-26 13:43:13 +02:00
parent 8a923761a5
commit 83a384145b
No known key found for this signature in database
GPG Key ID: 708858E9F7281E30

View File

@ -17,14 +17,14 @@ jobs:
# Proxy # Proxy
proxy_host : ${{secrets.PROXY_HOST}} proxy_host : ${{secrets.PROXY_HOST}}
proxy_port : ${{secrets.PROXY_PORT}} proxy_port : ${{secrets.PROXY_PORT}}
proxy_username : ${{secrets.PROXY_USERNAME}} proxy_username : ${{secrets.PROXY_USER}}
proxy_passphrase: ${{secrets.PROXY_PASSPHRASE}} proxy_passphrase: ${{secrets.PROXY_PASSPHRASE}}
proxy_key: ${{secrets.PROXY_KEY}} proxy_key: ${{secrets.PROXY_KEY}}
# Serveur web # Serveur web
host: ${{secrets.HOST}} host: ${{secrets.HOST}}
port : ${{secrets.PORT}} port : ${{secrets.PORT}}
username : ${{secrets.USERNAME}} username : ${{secrets.USER}}
key: ${{secrets.KEY}} key: ${{secrets.KEY}}
script: whoami script: whoami