mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-28 07:21:21 +08:00
Try workaround of specifying "--user 1001" in check-rellinks.
https://github.com/actions/checkout/issues/211#issuecomment-680107607
This commit is contained in:
parent
22981175db
commit
d94779da33
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user