Skip to content

Commit

Permalink
using Dynamic Value in Name
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 10, 2024
1 parent 3d49036 commit f7e5521
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/irctc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: IRCTC Automation Booking
name: "IRCTC Automation Booking ${{ inputs.BOOKING_DESC }}"
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
inputs:
BOOKING_DESC:
required: true
type: string
description: "Give Any Name To Your Booking"
USERNAME:
required: true
type: string
Expand Down

0 comments on commit f7e5521

Please sign in to comment.