8000 GitHub - myci-actions/add-deb-repo at 3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

myci-actions/add-deb-repo

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

add-deb-repo

Add a new file with debian repository description to /etc/apt/sources.list.d directory.

Step syntax:

- name: <name>
  uses: myci-actions/add-deb-repo@<version>
  with:
    repo: <repo>
    repo-name: <repo-name>
    keys: <keys>
    key-server: <key-server>

Arguments:

  • <name> - Action step name.

  • <version> - Action version.

  • <repo> - Debian repository entry as it appears in sources.list file

  • <repo-name> - Name of the repository. This will be the filename in the /etc/apt/sources.list.d directory.

  • <keys> - Repository keys to import. Optional. Empty by default.

  • <key-server> - Key server to import keys from. Optional. Default value: keyserver.ubuntu.com.

Step example:

- name: add custom deb repository
  uses: myci-actions/add-deb-repo@2
  with:
    repo: deb http://dl.bintray.com/igagis/debian buster main
    repo-name: igagis
    keys: 379CE192D401AB61
    key-server: keyserver.ubuntu.com

About

Add debian repository to sources.list.d

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0