From 4d6d07bdf7e6fe2e90a9fc7729a56a0f589f3bb8 Mon Sep 17 00:00:00 2001 From: Vivek Agrawal Date: Thu, 4 Jan 2024 16:56:48 +0530 Subject: [PATCH 1/3] testchange --- testchange | 1 + 1 file changed, 1 insertion(+) create mode 100644 testchange diff --git a/testchange b/testchange new file mode 100644 index 00000000000..c42dda4441e --- /dev/null +++ b/testchange @@ -0,0 +1 @@ +testchange From a29e30508a6b4bb062b08ff140963c255c3ab807 Mon Sep 17 00:00:00 2001 From: Vivek Agrawal Date: Thu, 4 Jan 2024 17:10:00 +0530 Subject: [PATCH 2/3] Fixing the action --- .github/workflows/add_contributor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_contributor.yml b/.github/workflows/add_contributor.yml index 5e62fae6595..b6ec2f88bb3 100644 --- a/.github/workflows/add_contributor.yml +++ b/.github/workflows/add_contributor.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest needs: check_contributor_exists - if: needs.check_contributor_exists.outputs.exists == 'false' + if: needs.check_contributor_exists.outputs.is_contributor_in_file == 'false' steps: - name: Checkout repository From b91f70ac915d98d8e97ceb9fb87424f47538c2ac Mon Sep 17 00:00:00 2001 From: Vivek Agrawal Date: Thu, 4 Jan 2024 17:12:25 +0530 Subject: [PATCH 3/3] Remove test change --- testchange | 1 - 1 file changed, 1 deletion(-) delete mode 100644 testchange diff --git a/testchange b/testchange deleted file mode 100644 index c42dda4441e..00000000000 --- a/testchange +++ /dev/null @@ -1 +0,0 @@ -testchange