fix name of caching step

This commit is contained in:
mauwii 2022-11-02 02:23:09 +01:00 committed by Lincoln Stein
parent 1611f0d181
commit 611a3a9753

View File

@ -75,7 +75,7 @@ jobs:
if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/development' }}
run: echo "TEST_PROMPTS=tests/validate_pr_prompt.txt" >> $GITHUB_ENV
- name: Use Cached Stable Diffusion v1.4 Model
- name: Use Cached Stable Diffusion Model
id: cache-sd-model
uses: actions/cache@v3
env: