Skip to content

Commit 86eff1c

Browse files
authored
Fixing the CI. (#465)
1 parent 62f64c2 commit 86eff1c

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

0 commit comments

Comments
 (0)