Skip to content

Commit

Permalink
ci: 固定 tailscale actions 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Sep 5, 2023
1 parent 87cf47f commit ba7b16f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Tailscale
uses: tailscale/github-action@v2
uses: tailscale/github-action@65cdd9a05d7ebe4ef4e8c70141f5d84e1cd4cab4
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: 1.46.1
- name: Deploy to server
uses: appleboy/ssh-action@55dabf81b49d4120609345970c91507e2d734799
with:
Expand Down

0 comments on commit ba7b16f

Please sign in to comment.