From dbec9e30f1bbfb9a6514cb68c0507db37dd7cf2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Tue, 20 Feb 2024 06:39:04 +0900 Subject: [PATCH] feat: commit or pr --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 030b8ad..a30473a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,14 +37,12 @@ jobs: # run: | # mkdir preserved # rsync -av --progress . preserved --exclude-from='.gitignore' - # - name: Upload preserved directory # if: steps.check_token.outputs.skip != 'true' # uses: actions/upload-artifact@v4 # with: # name: build-artifacts # path: preserved - - name: Deploy to Cloudflare if: steps.check_token.outputs.skip != 'true' uses: ubiquity/cloudflare-deploy-action@main @@ -54,6 +52,8 @@ jobs: production_branch: ${{ github.event.repository.default_branch }} output_directory: "dist" current_branch: ${{ github.ref_name }} + pull_request_number: ${{ github.event.pull_request.number }} + commit_sha: ${{ github.sha }} # env: # Add any environment variables you need to pass along here # SUPABASE_URL: ${{ secrets.SUPABASE_URL }}