From f5b3c046fefd3c47de336efab642fe6a12d7867c Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:20:41 -0500 Subject: [PATCH 1/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65d7159..4916356 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ test3 test test4 test5 +test7 From a8feb165a672ee42c2d2f80d1aeb4cf6f351f31b Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:49:45 -0500 Subject: [PATCH 2/8] Update manual.yml --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index d29dde4..13a5b7c 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: # Inputs the workflow accepts. inputs: - name: + nme: # Friendly description to be shown in the UI instead of 'name' description: 'Person to greet' # Default value if no value is explicitly provided From 899937de86f6c124f42a35235d85e2a8cc17f0db Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:50:43 -0500 Subject: [PATCH 3/8] Update manual.yml --- .github/workflows/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 13a5b7c..77cf180 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: # Inputs the workflow accepts. inputs: - nme: + name: # Friendly description to be shown in the UI instead of 'name' description: 'Person to greet' # Default value if no value is explicitly provided @@ -29,4 +29,4 @@ jobs: steps: # Runs a single command using the runners shell - name: Send greeting - run: echo "Hello ${{ inputs.name }}" + rn: echo "Hello ${{ inputs.name }}" From 5d7330f65eea2e0dd157959c2cef01d959f3d7d1 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:44:50 -0500 Subject: [PATCH 4/8] Update greenting.yml --- .github/workflows/greenting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greenting.yml b/.github/workflows/greenting.yml index 4677434..b0c7e60 100644 --- a/.github/workflows/greenting.yml +++ b/.github/workflows/greenting.yml @@ -1,6 +1,6 @@ name: Greetings -on: [pull_request_target, issues] +on: [push] jobs: greeting: From b00ddcd34d4a6288a37637b415646f8948752382 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:51:11 -0500 Subject: [PATCH 5/8] Delete .github/workflows/greenting.yml --- .github/workflows/greenting.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/greenting.yml diff --git a/.github/workflows/greenting.yml b/.github/workflows/greenting.yml deleted file mode 100644 index b0c7e60..0000000 --- a/.github/workflows/greenting.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Greetings - -on: [push] - -jobs: - greeting: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Message that will be displayed on users' first issue" - pr-message: "Message that will be displayed on users' first pull request" From 01e1eba999522b48529e980a0a5e6d164242d17c Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:53:37 -0400 Subject: [PATCH 6/8] Create greetings.yml --- .github/workflows/greetings.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..80871f1 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,12 @@ +name: Greetings + +on: [push] + +jobs: + greeting: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + message: "Test" From 6c8f8224d624cc4baefe574daee9499f67071e66 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:45:07 -0400 Subject: [PATCH 7/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4916356..e442dde 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ test test4 test5 test7 +asd From 3f584f2fb171c36d07813852f027b561f2989546 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:52:33 -0400 Subject: [PATCH 8/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e442dde..ea0ee54 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ test4 test5 test7 asd +adasd