Skip to content

Commit

Permalink
roll back
Browse files Browse the repository at this point in the history
  • Loading branch information
xihajun authored May 22, 2023
1 parent b7277dc commit e52939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DALLE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
OUTPUTFILE: ".github/comment-template.md"
BODY: ${{ github.event.comment.body }}
run: |
mkdir -p .github && wget https://raw.githubusercontent.com/xihajun/image/main/img/dalle.py -O .github/config/dalle.py && python .github/config/dalle.py "$BODY"
mkdir -p .github && wget https://raw.githubusercontent.com/xihajun/image/main/img/dalle.py && python dalle.py "$BODY"
- name: Create comment
uses: peter-evans/create-or-update-comment@v2
Expand Down

0 comments on commit e52939a

Please sign in to comment.