Skip to content

Commit

Permalink
fix: 공식 문서의 코드로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jul 12, 2024
1 parent b6d2c7e commit a91e72e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/wip.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: WIP
on:
pull_request:
types: [ opened, synchronize, reopened, edited ]
types: [opened, synchronize, reopened, edited]

jobs:
wip:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: wip/[email protected]
- uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a91e72e

Please sign in to comment.