Skip to content

Commit

Permalink
Update create-pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRR11 committed Feb 25, 2023
1 parent 0096127 commit d152156
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d152156

Please sign in to comment.