diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 445fd1d..62f165f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,13 @@ name: CI on: - pull-request: + pull_request: branches: - main jobs: ci: runs-on: ubuntu-latest - - name: Check PR title - run: echo PR title: ${{ github.event.pull_request.title }} + steps: + - uses: actions/checkout@v2 + - name: Check PR title + run: echo PR title "${{ github.event.pull_request.title }}" diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d75885 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Script injection with GitHub Actions