Skip to content

Github action that simpifies setup of fhem in a Workflow for testing or other purpose

License

Notifications You must be signed in to change notification settings

fhem/setup-fhem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setup-fhem

Github action that simpifies setup of fhem in a Workflow for testing or other purpose

Currently this action supports installation of fhem via debain nightly package

Inputs

mode

Optional The installation mode fhem. Currently only debian is supported. Default is debian

runservice

Optional Should the standard service, which is started by the debian package be running? Normaly this is not needed. Default is false

Outputs

Currently there are not outputs provided

Example usage

  1. Checkout the repository
    steps: 
    - name: Checkout Repostory
      uses: actions/checkout@v3
  1. You can create the controls file
    - name: Install FHEM via debian nightly 
      uses: fhem/[email protected]

... Now you can run automated tests or whatever you want to do

About

Github action that simpifies setup of fhem in a Workflow for testing or other purpose

Resources

License

Stars

Watchers

Forks

Packages

No packages published