Skip to content

Commit

Permalink
Create hiya.yml
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
housten authored Jun 10, 2024
1 parent 61d1603 commit 6d25fec
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/hiya.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI build for docker action
on:
push:
branches: [main]
paths: [HiTeam]
workflow_dispatch:

jobs:
container-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]

- name: run my action
uses: ./HiTeam
with:
who-to-greet: "you"

0 comments on commit 6d25fec

Please sign in to comment.