From ff667d4eb58d55548ac0d4b911341bcfef549a8e Mon Sep 17 00:00:00 2001 From: Justin Barclay Date: Mon, 16 Oct 2023 10:48:04 -0700 Subject: [PATCH] Replace tidal doctor with analyze code for main action - Move action that validates _it works_ to a subfolder --- .github/workflows/test.yml | 3 +-- action.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fbcdab0..f39b76f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,6 @@ jobs: tidal-email: '${{ secrets.TIDAL_EMAIL }}' tidal-url: '${{ secrets.TIDAL_URL }}' tidal-password: '${{ secrets.TIDAL_PASSWORD }}' - id: hello ping: runs-on: ubuntu-latest name: A job to run tidal ping @@ -38,7 +37,7 @@ jobs: # you must check out the repository - name: Checkout uses: actions/checkout@v4 - - name: Tidal Doctor action step + - name: Tidal Code Analyze action step uses: ./ # Uses an action in the root directory with: tidal-email: '${{ secrets.TIDAL_EMAIL }}' diff --git a/action.yml b/action.yml index 5e59330..c44a41d 100644 --- a/action.yml +++ b/action.yml @@ -27,4 +27,4 @@ runs: - code - --app-id - '${{ inputs.app-id }}' - - '.' + - '${{ github.workspace }}'