From 6ca6a6395312aad999eebadf8370667109b9f3cf Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 25 Feb 2023 16:39:37 +0100 Subject: [PATCH] Update create-pack.yml --- .github/workflows/create-pack.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-pack.yml b/.github/workflows/create-pack.yml index 1f0c9e941..70a82b37b 100644 --- a/.github/workflows/create-pack.yml +++ b/.github/workflows/create-pack.yml @@ -8,14 +8,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v5.2 + uses: tj-actions/branch-names@v6.4 - name: Create Pack - uses: appleboy/ssh-action@master + uses: appleboy/ssh-action@v0.1.7 with: host: ${{ secrets.HOST }} USERNAME: ${{ secrets.USERNAME }}