Skip to content

make

make #2

Workflow file for this run

name: make
on:
workflow_dispatch:
inputs:
authcode:
description: 'Enter CRD code'
required: true
pincode:
description: 'Six digit Pin'
required: true
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Initializing Setup
run: ./setup.ps1
- name: Starting CRD
run: ${{ github.event.inputs.authcode }} -pin=${{ github.event.inputs.pincode }}
- name: Keep Alive
run: ./timeout.ps1