Skip to content

fix spacing issue in photo id text #216

fix spacing issue in photo id text

fix spacing issue in photo id text #216

Workflow file for this run

name: PR deployment comment
on:
pull_request:
env:
PUBLIC_URL: ${{ secrets.PUBLIC_URL }}
permissions:
pull-requests: write
jobs:
comment:
runs-on: ubuntu-latest
name: Comment on PR
environment: stage_deploy
steps:
- uses: actions/checkout@v2
- name: Write comment file
run: bash ./.github/write-comment.sh
- uses: harupy/comment-on-pr@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: deployment_comment.md