ppp-sync/.github/workflows/parrot-steam.yml
Ward from fusion-voyager-3 44e33fa612
All checks were successful
Process Intel Official Repository (Pigeon) / build (push) Successful in 1m50s
2024-07-31 18:02:18 +03:00

35 lines
727 B
YAML

name: Process Steam Powered Repository (Parrot)
on:
push:
branches:
- main
paths:
- '.github/parrot-steam'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
volumes:
- /proc:/proc
options: --privileged -it
steps:
- name: Install Some essentials
run: apt-get update -y && apt-get install -y wget npm rsync nodejs
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Pika Package Processor Script
run: ./parrot-steam.sh