mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
update readme to v2 (#56)
* update readme to v2 * disable proxy dogfood test
This commit is contained in:
parent
80f4918ea8
commit
6cf3c34888
2 changed files with 27 additions and 27 deletions
48
.github/workflows/integration.yml
vendored
48
.github/workflows/integration.yml
vendored
|
|
@ -32,31 +32,31 @@ jobs:
|
|||
run: |
|
||||
npm test
|
||||
|
||||
dogfood:
|
||||
name: Dogfood
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
# dogfood:
|
||||
# name: Dogfood
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout repo
|
||||
# uses: actions/checkout@v3
|
||||
|
||||
- name: Setup node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
# - name: Setup node.js
|
||||
# uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version: 16
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm ci
|
||||
# - name: Install dependencies
|
||||
# run: |
|
||||
# npm ci
|
||||
|
||||
- name: Build action
|
||||
run: |
|
||||
npm run build
|
||||
# - name: Build action
|
||||
# run: |
|
||||
# npm run build
|
||||
|
||||
- name: Add Comment
|
||||
uses: ./
|
||||
with:
|
||||
message: |
|
||||
**It works!**
|
||||
proxy-url: https://add-pr-comment-proxy-73luvmwygq-uc.a.run.app
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo-token-user-login: "github-actions[bot]"
|
||||
# - name: Add Comment
|
||||
# uses: ./
|
||||
# with:
|
||||
# message: |
|
||||
# **It works!**
|
||||
# proxy-url: https://add-pr-comment-proxy-73luvmwygq-uc.a.run.app
|
||||
# repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# repo-token-user-login: "github-actions[bot]"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mshick/add-pr-comment@v1
|
||||
- uses: mshick/add-pr-comment@v2
|
||||
with:
|
||||
message: |
|
||||
**Hello**
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mshick/add-pr-comment@v1
|
||||
- uses: mshick/add-pr-comment@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mshick/add-pr-comment@v1
|
||||
- uses: mshick/add-pr-comment@v2
|
||||
with:
|
||||
message: |
|
||||
**Howdie!**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue