Merge pull request #4728 from uutils/sylvestre-patch-2

Use the full path for the ignore list
This commit is contained in:
Daniel Hofstetter 2023-04-11 07:48:13 +02:00 committed by GitHub
commit 75cad4ddcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@ jobs:
REPO_DEFAULT_BRANCH='${{ steps.vars.outputs.repo_default_branch }}'
# https://github.com/uutils/coreutils/issues/4294
# https://github.com/uutils/coreutils/issues/4295
IGNORE_INTERMITTENT='.github/workflows/ignore-intermittent.txt'
IGNORE_INTERMITTENT='${path_UUTILS}/.github/workflows/ignore-intermittent.txt'
mkdir -p ${{ steps.vars.outputs.path_reference }}