Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wenytang-ms committed Dec 1, 2022
1 parent a360d5c commit c25082c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
steps:
- name: Checkout branch
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.ref }}
# with:
# fetch-depth: 0
# token: ${{ secrets.GITHUB_TOKEN }}
# ref: ${{ github.ref }}

# - name: Setup node
# uses: actions/setup-node@v2.1.2
Expand Down

0 comments on commit c25082c

Please sign in to comment.