mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-03 06:13:06 -08:00
fix to save env file
This commit is contained in:
parent
30347c3e1e
commit
57e67d4207
1 changed files with 0 additions and 1 deletions
1
.github/workflows/on_merge_to_master.yaml
vendored
1
.github/workflows/on_merge_to_master.yaml
vendored
|
|
@ -22,7 +22,6 @@ jobs:
|
|||
ssh-private-key: ${{ secrets.MOONLITE_AWS_EC2_SSH_KEY }}
|
||||
|
||||
- name: Create .env file
|
||||
working-directory: ./
|
||||
run: |
|
||||
echo "SDAPI_USERNAME=${{ secrets.MOONLITE_SDAPI_USERNAME }}" >> .env
|
||||
echo "SDAPI_PASSWORD=${{ secrets.MOONLITE_SDAPI_PASSWORD }}" >> .env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue