diff --git a/.github/workflows/greenting.yml b/.github/workflows/greenting.yml deleted file mode 100644 index 4677434..0000000 --- a/.github/workflows/greenting.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Greetings - -on: [pull_request_target, issues] - -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" 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" 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..ea0ee54 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,6 @@ test3 test test4 test5 +test7 +asd +adasd