Skip to content

Commit

Permalink
feat: log
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Jul 23, 2024
1 parent 62d0463 commit 3d02582
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-icon-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Log
run: |
git log --oneline
git status
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 3d02582

Please sign in to comment.