From 741e9ffbf7ae940e6838a78b76c890f3ad7da8d6 Mon Sep 17 00:00:00 2001 From: fayewang Date: Wed, 19 Oct 2022 15:40:23 +0800 Subject: [PATCH 1/3] modify ci --- .github/workflows/context-1.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/context-1.yml b/.github/workflows/context-1.yml index eb0c5e4..35aeb90 100644 --- a/.github/workflows/context-1.yml +++ b/.github/workflows/context-1.yml @@ -16,6 +16,10 @@ jobs: run: | # echo "$GITHUB_CONTEXT" echo "111111111111" + + echo "github.head_ref is ${{ github.head_ref }}" + echo "github.base_ref is ${{ github.base_ref }}" + echo ${{ github.aaaaa }} echo ${{ github['aaaaa'] }} echo "2222222222222" From be3fbf171092e118e2c8fe34c92bf0c9ecf7de64 Mon Sep 17 00:00:00 2001 From: fayewang Date: Wed, 19 Oct 2022 16:06:32 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/context-1.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/context-1.yml b/.github/workflows/context-1.yml index 35aeb90..93232cb 100644 --- a/.github/workflows/context-1.yml +++ b/.github/workflows/context-1.yml @@ -1,10 +1,13 @@ -name: P1 +name: context on: push: branches: - "**" paths: - .github/workflows/context-1.yml + pull_request: + branches: + - "*" jobs: one: From 52f4398c97fe990742f83cbae612e5244a9539da Mon Sep 17 00:00:00 2001 From: fayewong-v5 <54432927+fayewong-v5@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:48:55 +0800 Subject: [PATCH 3/3] Update context-1.yml --- .github/workflows/context-1.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/context-1.yml b/.github/workflows/context-1.yml index 93232cb..d2ea443 100644 --- a/.github/workflows/context-1.yml +++ b/.github/workflows/context-1.yml @@ -22,6 +22,7 @@ jobs: echo "github.head_ref is ${{ github.head_ref }}" echo "github.base_ref is ${{ github.base_ref }}" + echo "111" echo ${{ github.aaaaa }} echo ${{ github['aaaaa'] }}