Skip to content

Commit b64f4f5

Browse files
Create deslop-fix.yaml
1 parent a652d53 commit b64f4f5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/deslop-fix.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Deslop Fix
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
deslop-fix:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
steps:
13+
- uses: ivy-apps/deslop-action@v1
14+
with:
15+
mode: fix
16+
gemini-api-key: ${{ secrets.GEMINI_API_KEY }}

0 commit comments

Comments
 (0)