Skip to content

DLink

DLink #114

Workflow file for this run

name: DLink
on:
workflow_dispatch:
inputs:
URL:
description: 'Enter url link'
required: false
default: ''
NUT:
description: 'Turn off upload dev'
required: false
type: boolean
permissions: write-all
jobs:
build:
name: 'See progress'
#if: github.repository == 'Zenlua/GLink' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
env:
URL: ${{ inputs.URL }}
NUT: ${{ inputs.NUT }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: 'Start process'
run: |
# Kakathic
bash .github/DLink.sh 2>&1 | tee -a log.txt