Skip to content

Commit

Permalink
Added input for custom snapshot name to build branch specific snapsho…
Browse files Browse the repository at this point in the history
…t script
  • Loading branch information
scottf committed Apr 30, 2024
1 parent b9c60b8 commit f05af38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/branch-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build a Branch Specific Snapshot
on:
workflow_dispatch:
inputs:
customSnap:
description: 'Custom Snapshot Name'
required: false
type: string
customSnap:
description: 'Custom Snapshot Name'
required: false
type: string

jobs:
build:
Expand Down

0 comments on commit f05af38

Please sign in to comment.