diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6d2861..4c8ed50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,6 @@ jobs: id: test-action uses: ./ with: - milliseconds: 2000 - - - name: Print Output - id: output - run: echo "${{ steps.test-action.outputs.time }}" + token: ${{ secrets.GITHUB_TOKEN }} + base: 3cbb046974ea6d584b05da0fdfe05ca22bd1c9e6 + head: head diff --git a/action.yml b/action.yml index 81482ca..9ee1bf8 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,3 @@ inputs: runs: using: 'node20' main: 'dist/index.js' - -outputs: - comment: - description: 'Comment created by the action'