Skip to content

Commit

Permalink
Update veirfy-app.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Mar 5, 2025
1 parent 614a523 commit d04fef1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/veirfy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
workflow_dispatch:
inputs:
pr_id:
# actions run ID
description: 'Please input release version, example: 2426'
# Default value if no value is explicitly provided
default: ''
# Input has to be provided for the workflow to run
required: false
# actions run ID
description: 'Please input release version, example: 2426'
# Default value if no value is explicitly provided
default: ''
# Input has to be provided for the workflow to run
required: false
env:
pr_id: ${{ github.event.inputs }}
pr_id: '1'

jobs:
win32:
Expand Down

0 comments on commit d04fef1

Please sign in to comment.