From 0534c62ebeb93df6d49462be115d6e93e9c7a7a3 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Thu, 11 Apr 2024 11:09:44 +0900 Subject: [PATCH] chore: fix workflow test --- .github/workflows/local-test.yml | 23 ----------------------- .github/workflows/main.yml | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 .github/workflows/local-test.yml diff --git a/.github/workflows/local-test.yml b/.github/workflows/local-test.yml deleted file mode 100644 index 9bb2f10f..00000000 --- a/.github/workflows/local-test.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Run Local Tests - -on: - workflow_dispatch: - -jobs: - test: - name: Run Local Tests - runs-on: ubuntu-latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - - steps: - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: "20.10.0" - - - name: Action Test - uses: gentlementlegen/conversation-rewards@feat/permit-generation - with: - issueUrl: "https://github.com/ubiquibot/comment-incentives/issues/22" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 082c8642..eeb8e2c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,6 +28,6 @@ jobs: node-version: "20.10.0" - name: Action Test - uses: gentlementlegen/conversation-rewards@feat/permit-generation + uses: gentlementlegen/conversation-rewards@development with: issueUrl: ${{ inputs.issueUrl }}