|
|
@ -10,8 +10,6 @@ jobs: |
|
|
|
container: qmkfm/qmk_cli |
|
|
|
container: qmkfm/qmk_cli |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: rlespinasse/github-slug-action@v3.x |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
fetch-depth: 0 |
|
|
@ -22,6 +20,9 @@ jobs: |
|
|
|
output: " " |
|
|
|
output: " " |
|
|
|
fileOutput: " " |
|
|
|
fileOutput: " " |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
|
|
|
|
|
run: pip3 install -r requirements-dev.txt |
|
|
|
|
|
|
|
|
|
|
|
- name: Get our ping message |
|
|
|
- name: Get our ping message |
|
|
|
shell: "bash {0}" |
|
|
|
shell: "bash {0}" |
|
|
|
run: echo "ping_message=$(qmk ping-maintainers $(< ~/files.txt))" > $GITHUB_ENV |
|
|
|
run: echo "ping_message=$(qmk ping-maintainers $(< ~/files.txt))" > $GITHUB_ENV |
|
|
|