Skip to content

Commit 3f21a17

Browse files
committed
Fixing the CI.
1 parent 62f64c2 commit 3f21a17

16 files changed

+16
-16
lines changed

.github/workflows/python-api-bertopic-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-fairseq-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-fasttext-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-flair-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-k2-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-mindspore-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-nemo-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-open-clip-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-paddlenlp-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-peft-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-sentence-transformers-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-setfit-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-sklearn-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
pip install --upgrade pip
2626
pip install awscli
27-
- uses: tailscale/github-action@v1
27+
- uses: huggingface/tailscale-action@v1
2828
with:
2929
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
3030
- name: Update upstream

.github/workflows/python-api-span_marker-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

.github/workflows/python-api-speechbrain-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
pip install --upgrade pip
2626
pip install awscli
27-
- uses: tailscale/github-action@v1
27+
- uses: huggingface/tailscale-action@v1
2828
with:
2929
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
3030
- name: Update upstream

.github/workflows/python-api-timm-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install awscli
26-
- uses: tailscale/github-action@v1
26+
- uses: huggingface/tailscale-action@v1
2727
with:
2828
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2929
- name: Update upstream

0 commit comments

Comments
 (0)