diff --git a/.github/workflows/create-pack.yml b/.github/workflows/create-pack.yml index c5714f73b..066d55ff8 100644 --- a/.github/workflows/create-pack.yml +++ b/.github/workflows/create-pack.yml @@ -2,6 +2,9 @@ name: Create Pack on: [push] jobs: build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 - name: Creating Pack uses: appleboy/ssh-action@master with: