tirbofish/dropbear · commit
ebfef02b1dedc716577df019907d5270cefef517
stop bothering about missing .env file
Signature present but could not be verified.
Unverified
@@ -33,6 +33,9 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew + - name: Stop bothering with .env + run: touch .env + - name: Setup Pages uses: actions/configure-pages@v5