Skip to content

Commit

Permalink
Update hiya.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
housten authored Jun 10, 2024
1 parent b7c1147 commit 3e7e6c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/hiya.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: CI build for docker action
name: docker action demo
on:
push:
branches: [main,housten-dryrun]
paths: [HiTeam/**]
workflow_dispatch:
inputs:
victim:
default: "you"


jobs:
container-run:
Expand All @@ -15,4 +19,4 @@ jobs:
- name: run my action
uses: ./HiTeam
with:
who-to-greet: "you"
who-to-greet: "${{ github.event.inputs.victim }} "

0 comments on commit 3e7e6c9

Please sign in to comment.