mirror of
https://github.com/Faithful-Resource-Pack/Faithful-32x-Java.git
synced 2026-04-17 08:46:58 -04:00
Update create-pack.yml
This commit is contained in:
6
.github/workflows/create-pack.yml
vendored
6
.github/workflows/create-pack.yml
vendored
@@ -8,14 +8,12 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Get branch name
|
- name: Get branch name
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v5.2
|
uses: tj-actions/branch-names@v6.4
|
||||||
|
|
||||||
- name: Create Pack
|
- name: Create Pack
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@v0.1.7
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
USERNAME: ${{ secrets.USERNAME }}
|
USERNAME: ${{ secrets.USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user