We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd16d5 commit 070a1e7Copy full SHA for 070a1e7
1 file changed
.github/workflows/test.yml
@@ -11,10 +11,10 @@ jobs:
11
- name: Checkout Code
12
uses: actions/checkout@v4
13
14
- - name: Run RsMetaCheck locally
+ - name: Test RSMetaCheck
15
# "uses: ./" tells GitHub to use the action
16
# defined in the root of the CURRENT repository.
17
- uses: ./
+ uses: SotwareUnderstanding/rsmetacheck-action@v1
18
with:
19
input: "https://github.com/${{ github.repository }}"
20
verbose: "true"
0 commit comments