Tags: dagger/dagger-for-github
Tags
Avoid unnecessary curl (#206) This commit will use curl to get the SHA for latest version of dagger, only if user has requested to use 'latest' version. If requesting a specific version the curl call is avoided. This will help to alleviate issue with Error 429 if using a specific dagger-for-github version. Signed-off-by: u102348 (Per Westling) <[email protected]> Co-authored-by: u102348 (Per Westling) <[email protected]>
add check verb and tests (#200) * add check verb and tests Signed-off-by: kpenfound <[email protected]> * enable calling dagger with check and pass check args through Signed-off-by: kpenfound <[email protected]> * checkout the repo with checks in it Signed-off-by: kpenfound <[email protected]> * fix checkout repo format Signed-off-by: kpenfound <[email protected]> * we still need to checkout the action Signed-off-by: kpenfound <[email protected]> * dont use check with -m Signed-off-by: kpenfound <[email protected]> * enable summary for check test Signed-off-by: kpenfound <[email protected]> * simplify should-run conditionals Signed-off-by: kpenfound <[email protected]> * safely quote inputs to check if they are set Signed-off-by: kpenfound <[email protected]> * fix output test Signed-off-by: kpenfound <[email protected]> * link to dagger/checks in readme Signed-off-by: kpenfound <[email protected]> * remove module from check example. This is not valid Signed-off-by: kpenfound <[email protected]> --------- Signed-off-by: kpenfound <[email protected]>
PreviousNext