Try workaround of specifying "--user 1001" in check-rellinks.

https://github.com/actions/checkout/issues/211#issuecomment-680107607
This commit is contained in:
Qi Xiao 2021-11-29 20:55:12 +00:00
parent 22981175db
commit d94779da33

View File

@ -175,14 +175,11 @@ jobs:
runs-on: ubuntu-latest
container:
image: theelves/up
options: --user 1001
defaults:
run:
shell: sh
steps:
- name: Set up workspace
run: |
mkdir -p $GITHUB_WORKSPACE
ls -lR $GITHUB_WORKSPACE
- name: Checkout code
uses: actions/checkout@v2
- name: Check relative links