From fff03c7cf1afc7f3f4cb0bcbb388ea845af07a83 Mon Sep 17 00:00:00 2001 From: Bat Battur <58952979+batbattur@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:21:31 -0700 Subject: [PATCH 1/2] Update checklist.yml --- .github/workflows/checklist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checklist.yml b/.github/workflows/checklist.yml index 82c0d36..2bae715 100644 --- a/.github/workflows/checklist.yml +++ b/.github/workflows/checklist.yml @@ -1,4 +1,4 @@ -name: QA +name: QAA on: pull_request: types: [opened, synchronize, reopened, edited] From cb5b50c1d20af26b662c6ed9c1daf74cae0459f3 Mon Sep 17 00:00:00 2001 From: Bat Battur <58952979+batbattur@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:58:41 -0700 Subject: [PATCH 2/2] Update checklist.yml --- .github/workflows/checklist.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checklist.yml b/.github/workflows/checklist.yml index 2bae715..744964b 100644 --- a/.github/workflows/checklist.yml +++ b/.github/workflows/checklist.yml @@ -27,7 +27,8 @@ jobs: - name: Print run_id run: | - echo ${{ github.run_id }} + pwd + echo ${{ github.workspace }} - name: Deploy if: cancelled()