Skip to content

Commit

Permalink
feat: added inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din committed Mar 16, 2024
1 parent 0429754 commit a66804e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Crawl

on:
workflow_dispatch:
inputs:
session_id:
default: NONE
description: Php Session ID use to bypass login
required: true
type: string

jobs:
crawl:
Expand Down

0 comments on commit a66804e

Please sign in to comment.