Skip to content

Merge pull request #43 from infoforcefeed/8ball #20

Merge pull request #43 from infoforcefeed/8ball

Merge pull request #43 from infoforcefeed/8ball #20

Workflow file for this run

name: Build Package
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH }}
name: id_ed25519
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: Checkout
uses: actions/[email protected]
- name: Pull source
# This will trigger an authored_keys command to update the repo.
run: ssh [email protected]