Skip to content

GetOvert/setup-scoop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setup-scoop

  • setup-scoop action installs scoop and update PATH for GitHub Actions workflow on Windows environment.

Sample usage

  • Put codes like this into your workflow
      - uses: MinoruSekine/setup-scoop@v1

Parameters

  • Parameters can be specified by with: like this
        with:
          add_extras_bucket: 'true'
          scoop_checkup: 'true'

install_scoop

  • If true (default), scoop will be installed
  • If false, scoop will not be installed
    • For example, it is unnecessary to install scoop because cached ~/scoop/ will be recovered

add_extras_bucket

  • If true, extras bucket will be added
  • If false (default), it will not

add_nonportable_bucket

  • If true, nonportable bucket will be added
  • If false (default), it will not

scoop_update

  • If true (default), scoop update will be processed after installation
  • If false, it will not

scoop_checkup

  • If true, scoop checkup will be processed after installation
  • If false (default), it will not

update_path

  • If true (default), path to scoop will be added into environment variable PATH
  • If false, environment variable PATH will not be updated

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors