We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16165e5 commit ff667d4Copy full SHA for ff667d4
.github/workflows/test.yml
@@ -15,7 +15,6 @@ jobs:
15
tidal-email: '${{ secrets.TIDAL_EMAIL }}'
16
tidal-url: '${{ secrets.TIDAL_URL }}'
17
tidal-password: '${{ secrets.TIDAL_PASSWORD }}'
18
- id: hello
19
ping:
20
runs-on: ubuntu-latest
21
name: A job to run tidal ping
@@ -38,7 +37,7 @@ jobs:
38
37
# you must check out the repository
39
- name: Checkout
40
uses: actions/checkout@v4
41
- - name: Tidal Doctor action step
+ - name: Tidal Code Analyze action step
42
uses: ./ # Uses an action in the root directory
43
with:
44
action.yml
@@ -27,4 +27,4 @@ runs:
27
- code
28
- --app-id
29
- '${{ inputs.app-id }}'
30
- - '.'
+ - '${{ github.workspace }}'
0 commit comments