Skip to content

Commit

Permalink
Update oc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Dec 12, 2024
1 parent 862e1e6 commit 17e5f95
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/oc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ jobs:
runs-on: ubuntu-latest

steps:
# Step 1: Clone OpenClash repository (replacing download step)
- name: Clone OpenClash repository
- name: Create OpenClash directory
run: mkdir OpenClash
- name: Checkout OpenClash to created directory
uses: actions/checkout@v4
with:
repository: vernesong/OpenClash
path: OpenClash
ref: package
- name: Verify Clone Integrity
run: |
git rev-parse HEAD && echo "Clone successful!"

- name: list OpenClash directory
run: ls -la
run: ls OpenClash/master

# Step 2: Create little openclash directory
- name: Create little openclash directory
Expand Down

0 comments on commit 17e5f95

Please sign in to comment.