Add action checkout to readmechanged.yml

This commit is contained in:
oleksis 2021-04-25 17:25:08 -04:00
parent bf71105c4c
commit cda4d55794
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ jobs:
send_notification: send_notification:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2
- name: Send notification to README Authors - name: Send notification to README Authors
env: env:
GITHUB_TOKEN: ${{ secrets.GHP_README_WORKFLOW }} GITHUB_TOKEN: ${{ secrets.GHP_README_WORKFLOW }}