Skip to content

Commit

Permalink
Fix action.yml branding
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbakel authored Dec 29, 2020
1 parent 83b83cc commit 1c6e7ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 'Pull submodule dependencies'
description: 'Pull in changes on submodules which are required by a pull request'
icon: git-pull-request
color: blue
branding:
icon: git-pull-request
color: blue
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit 1c6e7ce

Please sign in to comment.