From 98882cadcd3744e99b53eb4363e8ee0126c351b5 Mon Sep 17 00:00:00 2001 From: Ming Wang Date: Fri, 5 Jul 2024 15:10:37 -0400 Subject: [PATCH] check PR --- .github/workflows/container-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index a2d42e81..12d76d7a 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -132,6 +132,7 @@ jobs: repo: context.repo.repo, }) ).data[0]; + - run: echo ${{ fromJson(steps.get_pr_data.output.result).number }} - name: Create markdown table id: md-table uses: petems/csv-to-md-table-action@v4.0.0