[READ-ONLY] Mirror of https://github.com/andrioid/setup-pack. Github Action to setup pack for CNCF Buildpacks
0

Configure Feed

Select the types of activity you want to include in your feed.

gh action icons

+2 -2
+2 -2
action.yml
··· 1 1 name: "setup-pack" 2 2 description: "Install a version of Buldpacks' pack tool" 3 + icon: "box" 4 + color: "purple" 3 5 inputs: 4 6 pack-version: # id of input 5 7 description: "What version of Pack to install" ··· 12 14 runs: 13 15 using: "node12" 14 16 main: "dist/index.js" 15 - icon: box 16 - color: "#2E3440"