Skip to content

Commit

Permalink
[Fix] patch For Github Actions 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSY0919 authored Oct 2, 2024
1 parent dc097a1 commit c609f70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check current directory
run: pwd # 현재 디렉토리 확인

- name: List files in current directory
run: ls -la # 디렉토리의 파일 목록 확인

- name: Set Default Scheme
run: |
Expand Down

0 comments on commit c609f70

Please sign in to comment.