We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712cf14 commit dfe38d5Copy full SHA for dfe38d5
2 files changed
README.md
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v1
16
- name: R Build and Checks
17
- uses: Swechhya/R-actions@master
+ uses: Swechhya/R-actions@v1.0
18
with:
19
action: 'all'
20
```
action.yml
@@ -1,5 +1,8 @@
1
name: 'R-actions'
2
description: 'Automatically build and test your R projects'
3
+branding:
4
+ icon: 'check-square'
5
+ color: 'blue'
6
inputs:
7
action: # id of inpu
8
description: 'What should be run? One of: ["all", "build"]'
0 commit comments