diff --git a/.github/workflows/greenting.yml b/.github/workflows/greenting.yml index 4677434..df601e8 100644 --- a/.github/workflows/greenting.yml +++ b/.github/workflows/greenting.yml @@ -1,6 +1,6 @@ name: Greetings -on: [pull_request_target, issues] +on: [push, pull_request] jobs: greeting: @@ -13,4 +13,4 @@ jobs: 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" + pr-message: "Message that will be displayed on users' first pull" diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index d29dde4..77cf180 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -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 }}" 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