Skip to content

Commit

Permalink
Manually run a workflow to show outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
soul2zimate committed Jan 23, 2024
1 parent 846c688 commit f98480c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/shared-wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
name: Build WildFly Upstream

on:
workflow_call:
outputs:
wildfly-version:
description: "The version of WildFly that was built"
value: ${{ jobs.wildfly-build.outputs.wildfly-version }}
workflow_dispatch:
# outputs:
# wildfly-version:
# description: "The version of WildFly that was built"
# value: ${{ jobs.wildfly-build.outputs.wildfly-version }}
inputs:
wildfly-branch:
description: "WildFly Branch"
Expand Down

0 comments on commit f98480c

Please sign in to comment.