File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,20 @@ body:
2020 required : true
2121
2222 - type : input
23- id : commit_or_branch_to_deploy
23+ id : branch_to_deploy
2424 attributes :
25- label : Commit or branch to deploy
25+ label : Branch to deploy
2626 description : |
27- Specify either a commit hash (recommended for precision) or branch name to deploy.
28-
29- **To get a commit hash from GitHub:**
30- Navigate to the commit in the web interface and copy the full SHA from the commit page.
31- placeholder : " e.g., a1b2c3d4e5f6789... or release/2025-09-29"
27+ Specify Branch name to deploy.
28+ placeholder : " e.g., release/2025-09-29"
3229 validations :
33- required : true
30+ required : true
31+ - type : markdown
32+ attributes :
33+ value : |
34+ ---
35+ ### ⚡ Click the Link Below to Run the Workflow
36+
37+ Clicking the link will take you to the Actions page. You will need to click the **"Run workflow"** button there to start the process.
38+
39+ ## [➡️ Go to Workflow Run Page](https://github.com/lambda-feedback/wolframIsSimilar/blob/main/.github/workflows/production-deploy.yml)
You can’t perform that action at this time.
0 commit comments