diff --git a/action.yml b/action.yml index 7ffb164..f6307ec 100644 --- a/action.yml +++ b/action.yml @@ -22,3 +22,6 @@ runs: image: "Dockerfile" args: - ${{ inputs.local-ref }} ${{ inputs.local-sha }} ${{ inputs.remote-ref }} ${{ inputs.remote-sha }} +branding: + icon: "lock" + color: "yellow"