Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit f51cdd6

Browse files
committed
update action name
1 parent 8a21485 commit f51cdd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

action.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
name: 'Soda Library Github Action'
3-
description: 'GitHub action to run soda-library scan'
2+
name: 'Soda Library Action'
3+
description: 'Prevent downstream data quality issues by integrating the Soda Library into your CI/CD pipeline.'
44
branding:
55
icon: 'circle'
66
color: 'green'
77
inputs:
88
soda_library_version:
9-
description: 'Version of the Soda Library to run the scan on'
9+
description: 'Version of the Soda Library on which to run the scan'
1010
required: true
1111

1212
data_source:
@@ -18,7 +18,7 @@ inputs:
1818
required: true
1919

2020
checks:
21-
description: 'Checks file'
21+
description: 'Checks file(s)'
2222
required: true
2323

2424
runs:
@@ -57,7 +57,7 @@ runs:
5757
shell: bash
5858

5959
# 3. Run built image to trigger the actual scan
60-
- name: Run your Docker Action
60+
- name: Run the docker with the scan
6161
id: soda_scan
6262
run: |
6363
docker run \

0 commit comments

Comments
 (0)