diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 08f8eec..a25df08 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -3,13 +3,13 @@ on: pull_request: types: [opened] permissions: - pull_request: write + pull-requests: write jobs: build: name: Post welcome comment runs-on: ubuntu-latest steps: - run: gh pr comment $PR_URL --body "Welcome to my repository!" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PR_URL: ${{ github.event.pull_request.html_url }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + PR_URL: ${{ github.event.pull_request.html_url }} diff --git a/README.md b/README.md index d10cac7..ebec17d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ _Create and run a GitHub Actions workflow._ ## Finish + +======= _Congratulations friend, you've completed this course!_ Mona the Octocat wearing a jetpack and smiling.