Skip to content

Commit d699d4c

Browse files
committed
fix yaml
1 parent 0d5a0c4 commit d699d4c

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It is an alternative to [x-ray](https://github.com/spatie/x-ray), which is great
2121

2222
```yaml
2323
- name: Detect remaining Spatie\ray calls
24-
uses: code16/x-ray-action@v1
24+
uses: code16/detect-laravel-ray-action@v1
2525
```
2626
2727
## License

action.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
name: 'Detect remaining Spatie\ray calls in a Laravel application'
2-
description: 'Fail the current workflow if there is a "ray()" or "@ray()" in the code'
3-
#inputs:
4-
# who-to-greet: # id of input
5-
# description: 'Who to greet'
6-
# required: true
7-
# default: 'World'
8-
#outputs:
9-
# results:
10-
# description: "Results"
11-
# value: ${{ steps.random-number-generator.outputs.random-number }}
1+
name: 'Detect Laravel Ray Action'
2+
description: 'Detect remaining Spatie\ray calls in a Laravel application. The current workflow will fail if a "ray()" or "@ray()" is found in the code'
123
runs:
134
using: "composite"
145
steps:

0 commit comments

Comments
 (0)