mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-07-08 13:21:55 +00:00
Compare commits
2 Commits
6e8c2e4639
...
6c2270a7e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c2270a7e7 | ||
|
|
adce71cb1c |
4
.github/workflows/check-urls.yml
vendored
4
.github/workflows/check-urls.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
|||||||
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||||
run: |
|
run: |
|
||||||
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
|
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
|
||||||
- uses: actions/upload-artifact@v5
|
- uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.set-output.outputs.FILEPATH }}
|
name: ${{ steps.set-output.outputs.FILEPATH }}
|
||||||
path: ${{ github.workspace }}/ab-results-*.json
|
path: ${{ github.workspace }}/ab-results-*.json
|
||||||
@ -122,7 +122,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
|
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v8
|
||||||
- name: Generate Summary Report
|
- name: Generate Summary Report
|
||||||
uses: ./.github/actions/awesomebot-gh-summary-action
|
uses: ./.github/actions/awesomebot-gh-summary-action
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/fpb-lint.yml
vendored
2
.github/workflows/fpb-lint.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
echo ${{ github.event.pull_request.html_url }} > ./pr/PRurl
|
echo ${{ github.event.pull_request.html_url }} > ./pr/PRurl
|
||||||
cat output.log | sed -E 's:/home/runner/work/free-programming-books/|⚠.+::' | uniq > ./pr/error.log
|
cat output.log | sed -E 's:/home/runner/work/free-programming-books/|⚠.+::' | uniq > ./pr/error.log
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v5
|
- uses: actions/upload-artifact@v7
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: pr
|
name: pr
|
||||||
|
|||||||
2
.github/workflows/rtl-ltr-linter.yml
vendored
2
.github/workflows/rtl-ltr-linter.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
|||||||
# Only if the linter step was executed (success or failure)
|
# Only if the linter step was executed (success or failure)
|
||||||
- name: Upload linter output artifact
|
- name: Upload linter output artifact
|
||||||
if: steps.run_linter.conclusion == 'success' || steps.run_linter.conclusion == 'failure'
|
if: steps.run_linter.conclusion == 'success' || steps.run_linter.conclusion == 'failure'
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: rtl-linter-output # Name of the artifact
|
name: rtl-linter-output # Name of the artifact
|
||||||
path: rtl-linter-output.log # Path to the output file
|
path: rtl-linter-output.log # Path to the output file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user