diff --git a/.github/workflows/test-action-workflow.yml b/.github/workflows/test-action-workflow.yml index e4912745..703d496e 100644 --- a/.github/workflows/test-action-workflow.yml +++ b/.github/workflows/test-action-workflow.yml @@ -13,7 +13,6 @@ jobs: - uses: ./ with: message: | - Testing workflow commenting + New comment GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} - COMMENT_IDENTIFIER: "test-action-ci-rewritable-comment" diff --git a/.gitignore b/.gitignore index ba7ba27b..debfe808 100644 --- a/.gitignore +++ b/.gitignore @@ -85,4 +85,5 @@ typings/ .dynamodb/ # custom -.DS_Store \ No newline at end of file +.DS_Store +ignoring/ \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e4c2d76c..e0e001c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rewritable-pr-comment", - "version": "1.0.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": {