mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 09:48:07 +02:00
stop recursing unused submodules
This commit is contained in:
parent
4948200c0c
commit
ed26f08d3b
7
.github/workflows/node-sdk.yml
vendored
7
.github/workflows/node-sdk.yml
vendored
@ -36,7 +36,6 @@ jobs:
|
||||
env:
|
||||
BUILD_NUMBER: ${{ github.run_number }}
|
||||
AWS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
# GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
@ -56,12 +55,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# submodules: recursive
|
||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# - name: Configure Git Authentication
|
||||
# run: |
|
||||
# git config --global url."https://x-access-token:${GITHUB_PAT}@github.com/".insteadOf "https://github.com/"
|
||||
|
||||
- name: Get current zrok repo tag
|
||||
if: github.ref_type == 'tag'
|
||||
|
Loading…
x
Reference in New Issue
Block a user