diff --git a/action.yml b/action.yml index 4639cd9..abeb5c7 100644 --- a/action.yml +++ b/action.yml @@ -20,4 +20,8 @@ runs: args: - ${{ inputs.target-url }} - ${{ inputs.interval }} - - ${{ inputs.timeout }} \ No newline at end of file + - ${{ inputs.timeout }} + +branding: + icon: 'watch' + color: 'blue' \ No newline at end of file