Skip to content

Commit dfe38d5

Browse files
committed
Update README and branding for v1.0 release
1 parent 712cf14 commit dfe38d5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v1
1616
- name: R Build and Checks
17-
uses: Swechhya/R-actions@master
17+
uses: Swechhya/R-actions@v1.0
1818
with:
1919
action: 'all'
2020
```

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: 'R-actions'
22
description: 'Automatically build and test your R projects'
3+
branding:
4+
icon: 'check-square'
5+
color: 'blue'
36
inputs:
47
action: # id of inpu
58
description: 'What should be run? One of: ["all", "build"]'

0 commit comments

Comments
 (0)