Skip to content

Commit 070a1e7

Browse files
Update test.yml
1 parent 2dd16d5 commit 070a1e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- name: Checkout Code
1212
uses: actions/checkout@v4
1313

14-
- name: Run RsMetaCheck locally
14+
- name: Test RSMetaCheck
1515
# "uses: ./" tells GitHub to use the action
1616
# defined in the root of the CURRENT repository.
17-
uses: ./
17+
uses: SotwareUnderstanding/rsmetacheck-action@v1
1818
with:
1919
input: "https://github.com/${{ github.repository }}"
2020
verbose: "true"

0 commit comments

Comments
 (0)