Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] gitignore excludes are not correctly reflected #657

Closed
3 tasks done
keneanung opened this issue Feb 21, 2023 · 6 comments · Fixed by #660
Closed
3 tasks done

[BUG] gitignore excludes are not correctly reflected #657

keneanung opened this issue Feb 21, 2023 · 6 comments · Fixed by #660
Labels
bug Something isn't working

Comments

@keneanung
Copy link

keneanung commented Feb 21, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Does this issue exist in the latest version?

  • I'm using the latest release

Describe the bug?

When ignoring a directory using .gitignore files, but explicitly including certain files, the settings are not correctly reflected in the glob action. The excludes of the ignores are not picked up.

To Reproduce

  1. Ignore a folder in .gitignore: files/**
  2. Exclude a file in the folder: !files/file.txt
  3. Include that file in the glob files:
      - name: Glob match
        uses: tj-actions/glob@v16
        id: glob
        with:
          files: files/file.txt
  1. Run the action

What OS are you seeing the problem on?

ubuntu-latest or ubuntu-20.04

Expected behavior?

Have files/file.txt in the found files. Currently, it errors instead as it finds no files at all.

Relevant log output

2023-02-21T10:44:55.5966164Z Requested labels: ubuntu-latest
2023-02-21T10:44:55.5966205Z Job defined at: keneanung/glob-action-tests/.github/workflows/glob.yaml@refs/heads/main
2023-02-21T10:44:55.5966235Z Waiting for a runner to pick up this job...
2023-02-21T10:44:55.8108884Z Job is waiting for a hosted runner to come online.
2023-02-21T10:44:59.7422853Z Job is about to start running on the hosted runner: Hosted Agent (hosted)
2023-02-21T10:45:01.9204830Z ##[debug]Starting: glob
2023-02-21T10:45:01.9229256Z ##[debug]Cleaning runner temp folder: /home/runner/work/_temp
2023-02-21T10:45:01.9553918Z ##[debug]Starting: Set up job
2023-02-21T10:45:01.9554348Z Current runner version: '2.301.1'
2023-02-21T10:45:01.9576691Z ##[group]Operating System
2023-02-21T10:45:01.9577321Z Ubuntu
2023-02-21T10:45:01.9577609Z 22.04.1
2023-02-21T10:45:01.9577877Z LTS
2023-02-21T10:45:01.9578107Z ##[endgroup]
2023-02-21T10:45:01.9578445Z ##[group]Runner Image
2023-02-21T10:45:01.9578777Z Image: ubuntu-22.04
2023-02-21T10:45:01.9579050Z Version: 20230217.1
2023-02-21T10:45:01.9579525Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230217.1/images/linux/Ubuntu2204-Readme.md
2023-02-21T10:45:01.9580131Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230217.1
2023-02-21T10:45:01.9580523Z ##[endgroup]
2023-02-21T10:45:01.9580854Z ##[group]Runner Image Provisioner
2023-02-21T10:45:01.9581181Z 2.0.117.1
2023-02-21T10:45:01.9581556Z ##[endgroup]
2023-02-21T10:45:01.9582244Z ##[group]GITHUB_TOKEN Permissions
2023-02-21T10:45:01.9582804Z Contents: read
2023-02-21T10:45:01.9583061Z Metadata: read
2023-02-21T10:45:01.9583353Z Packages: read
2023-02-21T10:45:01.9583690Z ##[endgroup]
2023-02-21T10:45:01.9587206Z Secret source: Actions
2023-02-21T10:45:01.9587745Z ##[debug]Primary repository: keneanung/glob-action-tests
2023-02-21T10:45:01.9588163Z Prepare workflow directory
2023-02-21T10:45:01.9675184Z ##[debug]Creating pipeline directory: '/home/runner/work/glob-action-tests'
2023-02-21T10:45:01.9677484Z ##[debug]Creating workspace directory: '/home/runner/work/glob-action-tests/glob-action-tests'
2023-02-21T10:45:01.9678435Z ##[debug]Update context data
2023-02-21T10:45:01.9680674Z ##[debug]Evaluating job-level environment variables
2023-02-21T10:45:02.0341324Z ##[debug]Evaluating job container
2023-02-21T10:45:02.0345209Z ##[debug]Evaluating job service containers
2023-02-21T10:45:02.0347550Z ##[debug]Evaluating job defaults
2023-02-21T10:45:02.0421907Z Prepare all required actions
2023-02-21T10:45:02.0604982Z Getting action download info
2023-02-21T10:45:02.3607431Z Download action repository 'actions/checkout@v2' (SHA:dc323e67f16fb5f7663d20ff7941f27f5809e9b6)
2023-02-21T10:45:02.5827799Z ##[debug]Download 'https://api.github.com/repos/actions/checkout/tarball/dc323e67f16fb5f7663d20ff7941f27f5809e9b6' to '/home/runner/work/_actions/_temp_566c60ef-fe47-412c-a2a4-4eb5bd5b5b14/42582f29-6c66-4e95-a17b-b7b95127d133.tar.gz'
2023-02-21T10:45:02.6753551Z ##[debug]Unwrap 'actions-checkout-dc323e6' to '/home/runner/work/_actions/actions/checkout/v2'
2023-02-21T10:45:02.6889388Z ##[debug]Archive '/home/runner/work/_actions/_temp_566c60ef-fe47-412c-a2a4-4eb5bd5b5b14/42582f29-6c66-4e95-a17b-b7b95127d133.tar.gz' has been unzipped into '/home/runner/work/_actions/actions/checkout/v2'.
2023-02-21T10:45:02.7036942Z Download action repository 'tj-actions/glob@v16' (SHA:9923edc8efb605c131fb09a79699a819cde2cfe4)
2023-02-21T10:45:02.9443490Z ##[debug]Download 'https://api.github.com/repos/tj-actions/glob/tarball/9923edc8efb605c131fb09a79699a819cde2cfe4' to '/home/runner/work/_actions/_temp_ba73b80a-fc79-4876-b8e1-b053f2e2a63e/8b0470dd-aa62-456d-a41b-643160be99bf.tar.gz'
2023-02-21T10:45:02.9611746Z ##[debug]Unwrap 'tj-actions-glob-9923edc' to '/home/runner/work/_actions/tj-actions/glob/v16'
2023-02-21T10:45:02.9653287Z ##[debug]Archive '/home/runner/work/_actions/_temp_ba73b80a-fc79-4876-b8e1-b053f2e2a63e/8b0470dd-aa62-456d-a41b-643160be99bf.tar.gz' has been unzipped into '/home/runner/work/_actions/tj-actions/glob/v16'.
2023-02-21T10:45:02.9718122Z ##[debug]action.yml for action: '/home/runner/work/_actions/actions/checkout/v2/action.yml'.
2023-02-21T10:45:03.0651214Z ##[debug]action.yml for action: '/home/runner/work/_actions/tj-actions/glob/v16/action.yml'.
2023-02-21T10:45:03.0902004Z ##[debug]Set step '__actions_checkout' display name to: 'Run actions/checkout@v2'
2023-02-21T10:45:03.0904165Z ##[debug]Set step 'glob' display name to: 'Glob match'
2023-02-21T10:45:03.0905563Z ##[debug]Set step '__run' display name to: 'Show all matching files'
2023-02-21T10:45:03.0906052Z Complete job name: glob
2023-02-21T10:45:03.0915780Z ##[debug]Collect running processes for tracking orphan processes.
2023-02-21T10:45:03.1266634Z ##[debug]Finishing: Set up job
2023-02-21T10:45:03.1480086Z ##[debug]Evaluating condition for step: 'Run actions/checkout@v2'
2023-02-21T10:45:03.1535765Z ##[debug]Evaluating: success()
2023-02-21T10:45:03.1541855Z ##[debug]Evaluating success:
2023-02-21T10:45:03.1570331Z ##[debug]=> true
2023-02-21T10:45:03.1579620Z ##[debug]Result: true
2023-02-21T10:45:03.1621270Z ##[debug]Starting: Run actions/checkout@v2
2023-02-21T10:45:03.1733831Z ##[debug]Register post job cleanup for action: actions/checkout@v2
2023-02-21T10:45:03.1841834Z ##[debug]Loading inputs
2023-02-21T10:45:03.1850873Z ##[debug]Evaluating: github.repository
2023-02-21T10:45:03.1851904Z ##[debug]Evaluating Index:
2023-02-21T10:45:03.1854305Z ##[debug]..Evaluating github:
2023-02-21T10:45:03.1855434Z ##[debug]..=> Object
2023-02-21T10:45:03.1870031Z ##[debug]..Evaluating String:
2023-02-21T10:45:03.1870932Z ##[debug]..=> 'repository'
2023-02-21T10:45:03.1875890Z ##[debug]=> 'keneanung/glob-action-tests'
2023-02-21T10:45:03.1877683Z ##[debug]Result: 'keneanung/glob-action-tests'
2023-02-21T10:45:03.1880205Z ##[debug]Evaluating: github.token
2023-02-21T10:45:03.1880554Z ##[debug]Evaluating Index:
2023-02-21T10:45:03.1880888Z ##[debug]..Evaluating github:
2023-02-21T10:45:03.1881171Z ##[debug]..=> Object
2023-02-21T10:45:03.1881497Z ##[debug]..Evaluating String:
2023-02-21T10:45:03.1881846Z ##[debug]..=> 'token'
2023-02-21T10:45:03.1882561Z ##[debug]=> '***'
2023-02-21T10:45:03.1882997Z ##[debug]Result: '***'
2023-02-21T10:45:03.1888875Z ##[debug]Loading env
2023-02-21T10:45:03.1979238Z ##[group]Run actions/checkout@v2
2023-02-21T10:45:03.1979615Z with:
2023-02-21T10:45:03.1980192Z   repository: keneanung/glob-action-tests
2023-02-21T10:45:03.1980740Z   token: ***
2023-02-21T10:45:03.1980983Z   ssh-strict: true
2023-02-21T10:45:03.1981310Z   persist-credentials: true
2023-02-21T10:45:03.1981664Z   clean: true
2023-02-21T10:45:03.1981941Z   fetch-depth: 1
2023-02-21T10:45:03.1982166Z   lfs: false
2023-02-21T10:45:03.1982435Z   submodules: false
2023-02-21T10:45:03.1982780Z   set-safe-directory: true
2023-02-21T10:45:03.1983031Z ##[endgroup]
2023-02-21T10:45:03.4246748Z ##[debug]GITHUB_WORKSPACE = '/home/runner/work/glob-action-tests/glob-action-tests'
2023-02-21T10:45:03.4249098Z ##[debug]qualified repository = 'keneanung/glob-action-tests'
2023-02-21T10:45:03.4249711Z ##[debug]ref = 'refs/heads/main'
2023-02-21T10:45:03.4250327Z ##[debug]commit = '0867a7cd9b55637ef0ded6603ff1647d910bcab6'
2023-02-21T10:45:03.4250811Z ##[debug]clean = true
2023-02-21T10:45:03.4251336Z ##[debug]fetch depth = 1
2023-02-21T10:45:03.4251769Z ##[debug]lfs = false
2023-02-21T10:45:03.4252243Z ##[debug]submodules = false
2023-02-21T10:45:03.4252738Z ##[debug]recursive submodules = false
2023-02-21T10:45:03.4299095Z ::add-matcher::/home/runner/work/_actions/actions/checkout/v2/dist/problem-matcher.json
2023-02-21T10:45:03.4432050Z ##[debug]Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2023-02-21T10:45:03.4445105Z Syncing repository: keneanung/glob-action-tests
2023-02-21T10:45:03.4446218Z ::group::Getting Git version info
2023-02-21T10:45:03.4447596Z ##[group]Getting Git version info
2023-02-21T10:45:03.4448196Z Working directory is '/home/runner/work/glob-action-tests/glob-action-tests'
2023-02-21T10:45:03.4449584Z ##[debug]Getting git version
2023-02-21T10:45:03.4453485Z [command]/usr/bin/git version
2023-02-21T10:45:03.4571994Z git version 2.39.2
2023-02-21T10:45:03.4591070Z ##[debug]Set git useragent to: git/2.39.2 (github-actions-checkout)
2023-02-21T10:45:03.4592392Z ::endgroup::
2023-02-21T10:45:03.4592738Z ##[endgroup]
2023-02-21T10:45:03.4607509Z ::add-mask::***
2023-02-21T10:45:03.4609504Z Temporarily overriding HOME='/home/runner/work/_temp/0d3fa0c4-87de-4e2c-81cd-d505cfc38e40' before making global git config changes
2023-02-21T10:45:03.4610725Z Adding repository directory to the temporary git global config as a safe directory
2023-02-21T10:45:03.4611706Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/glob-action-tests/glob-action-tests
2023-02-21T10:45:03.4655239Z Deleting the contents of '/home/runner/work/glob-action-tests/glob-action-tests'
2023-02-21T10:45:03.4858496Z ::group::Initializing the repository
2023-02-21T10:45:03.4912225Z ##[group]Initializing the repository
2023-02-21T10:45:03.4913223Z [command]/usr/bin/git init /home/runner/work/glob-action-tests/glob-action-tests
2023-02-21T10:45:03.4914142Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-02-21T10:45:03.4915071Z hint: is subject to change. To configure the initial branch name to use in all
2023-02-21T10:45:03.4915645Z hint: of your new repositories, which will suppress this warning, call:
2023-02-21T10:45:03.4916346Z hint: 
2023-02-21T10:45:03.4916859Z hint: 	git config --global init.defaultBranch <name>
2023-02-21T10:45:03.4917482Z hint: 
2023-02-21T10:45:03.4917997Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-02-21T10:45:03.4918818Z hint: 'development'. The just-created branch can be renamed via this command:
2023-02-21T10:45:03.4919261Z hint: 
2023-02-21T10:45:03.4919886Z hint: 	git branch -m <name>
2023-02-21T10:45:03.4920507Z Initialized empty Git repository in /home/runner/work/glob-action-tests/glob-action-tests/.git/
2023-02-21T10:45:03.4921411Z [command]/usr/bin/git remote add origin https://github.com/keneanung/glob-action-tests
2023-02-21T10:45:03.4922356Z ::endgroup::
2023-02-21T10:45:03.4922565Z ##[endgroup]
2023-02-21T10:45:03.4923404Z ::group::Disabling automatic garbage collection
2023-02-21T10:45:03.4923698Z ##[group]Disabling automatic garbage collection
2023-02-21T10:45:03.4924317Z [command]/usr/bin/git config --local gc.auto 0
2023-02-21T10:45:03.4925196Z ::endgroup::
2023-02-21T10:45:03.4925381Z ##[endgroup]
2023-02-21T10:45:03.4925916Z ::group::Setting up auth
2023-02-21T10:45:03.4926139Z ##[group]Setting up auth
2023-02-21T10:45:03.4926912Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-02-21T10:45:03.4927761Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-02-21T10:45:03.5236418Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-02-21T10:45:03.5272981Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-02-21T10:45:03.5487037Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-02-21T10:45:03.5516078Z ::endgroup::
2023-02-21T10:45:03.5516322Z ##[endgroup]
2023-02-21T10:45:03.5516854Z ::group::Fetching the repository
2023-02-21T10:45:03.5517099Z ##[group]Fetching the repository
2023-02-21T10:45:03.5527093Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +0867a7cd9b55637ef0ded6603ff1647d910bcab6:refs/remotes/origin/main
2023-02-21T10:45:03.7904469Z remote: Enumerating objects: 9, done.        
2023-02-21T10:45:03.7912758Z remote: Counting objects:  11% (1/9)        
2023-02-21T10:45:03.7919316Z remote: Counting objects:  22% (2/9)        
2023-02-21T10:45:03.7919814Z remote: Counting objects:  33% (3/9)        
2023-02-21T10:45:03.7920492Z remote: Counting objects:  44% (4/9)        
2023-02-21T10:45:03.7920908Z remote: Counting objects:  55% (5/9)        
2023-02-21T10:45:03.7921538Z remote: Counting objects:  66% (6/9)        
2023-02-21T10:45:03.7921973Z remote: Counting objects:  77% (7/9)        
2023-02-21T10:45:03.7922594Z remote: Counting objects:  88% (8/9)        
2023-02-21T10:45:03.7923407Z remote: Counting objects: 100% (9/9)        
2023-02-21T10:45:03.7924054Z remote: Counting objects: 100% (9/9), done.        
2023-02-21T10:45:03.7924521Z remote: Compressing objects:  33% (1/3)        
2023-02-21T10:45:03.7925242Z remote: Compressing objects:  66% (2/3)        
2023-02-21T10:45:03.7925689Z remote: Compressing objects: 100% (3/3)        
2023-02-21T10:45:03.7926345Z remote: Compressing objects: 100% (3/3), done.        
2023-02-21T10:45:03.7927141Z remote: Total 9 (delta 0), reused 0 (delta 0), pack-reused 0        
2023-02-21T10:45:03.7976772Z From https://github.com/keneanung/glob-action-tests
2023-02-21T10:45:03.7977476Z  * [new ref]         0867a7cd9b55637ef0ded6603ff1647d910bcab6 -> origin/main
2023-02-21T10:45:03.8002771Z ::endgroup::
2023-02-21T10:45:03.8002983Z ##[endgroup]
2023-02-21T10:45:03.8003663Z ::group::Determining the checkout info
2023-02-21T10:45:03.8003939Z ##[group]Determining the checkout info
2023-02-21T10:45:03.8005012Z ::endgroup::
2023-02-21T10:45:03.8005204Z ##[endgroup]
2023-02-21T10:45:03.8005762Z ::group::Checking out the ref
2023-02-21T10:45:03.8005996Z ##[group]Checking out the ref
2023-02-21T10:45:03.8009924Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2023-02-21T10:45:03.8053935Z Switched to a new branch 'main'
2023-02-21T10:45:03.8055263Z branch 'main' set up to track 'origin/main'.
2023-02-21T10:45:03.8059802Z ::endgroup::
2023-02-21T10:45:03.8059992Z ##[endgroup]
2023-02-21T10:45:03.8097555Z [command]/usr/bin/git log -1 --format='%H'
2023-02-21T10:45:03.8123478Z '0867a7cd9b55637ef0ded6603ff1647d910bcab6'
2023-02-21T10:45:03.8132701Z ##[debug]Unsetting HOME override
2023-02-21T10:45:03.8140903Z ::remove-matcher owner=checkout-git::
2023-02-21T10:45:03.8163561Z ##[debug]Removed matchers: 'checkout-git'
2023-02-21T10:45:03.8225709Z ##[debug]Node Action run completed with exit code 0
2023-02-21T10:45:03.8356941Z ##[debug]Save intra-action state isPost = true
2023-02-21T10:45:03.8357378Z ##[debug]Save intra-action state setSafeDirectory = true
2023-02-21T10:45:03.8357804Z ##[debug]Save intra-action state repositoryPath = /home/runner/work/glob-action-tests/glob-action-tests
2023-02-21T10:45:03.8369094Z ##[debug]Finishing: Run actions/checkout@v2
2023-02-21T10:45:03.8377016Z ##[debug]Evaluating condition for step: 'Glob match'
2023-02-21T10:45:03.8379710Z ##[debug]Evaluating: success()
2023-02-21T10:45:03.8380033Z ##[debug]Evaluating success:
2023-02-21T10:45:03.8380559Z ##[debug]=> true
2023-02-21T10:45:03.8380971Z ##[debug]Result: true
2023-02-21T10:45:03.8381733Z ##[debug]Starting: Glob match
2023-02-21T10:45:03.8408943Z ##[debug]Register post job cleanup for action: tj-actions/glob@v16
2023-02-21T10:45:03.8418865Z ##[debug]Loading inputs
2023-02-21T10:45:03.8461664Z ##[debug]Evaluating: github.event.pull_request.base.ref
2023-02-21T10:45:03.8462013Z ##[debug]Evaluating Index:
2023-02-21T10:45:03.8462259Z ##[debug]..Evaluating Index:
2023-02-21T10:45:03.8462492Z ##[debug]....Evaluating Index:
2023-02-21T10:45:03.8462729Z ##[debug]......Evaluating Index:
2023-02-21T10:45:03.8462968Z ##[debug]........Evaluating github:
2023-02-21T10:45:03.8463215Z ##[debug]........=> Object
2023-02-21T10:45:03.8463458Z ##[debug]........Evaluating String:
2023-02-21T10:45:03.8463721Z ##[debug]........=> 'event'
2023-02-21T10:45:03.8463976Z ##[debug]......=> Object
2023-02-21T10:45:03.8464201Z ##[debug]......Evaluating String:
2023-02-21T10:45:03.8464436Z ##[debug]......=> 'pull_request'
2023-02-21T10:45:03.8464753Z ##[debug]....=> null
2023-02-21T10:45:03.8464970Z ##[debug]..=> null
2023-02-21T10:45:03.8465175Z ##[debug]=> null
2023-02-21T10:45:03.8465390Z ##[debug]Result: null
2023-02-21T10:45:03.8468259Z ##[debug]Evaluating: github.event.pull_request.head.repo.fork
2023-02-21T10:45:03.8468565Z ##[debug]Evaluating Index:
2023-02-21T10:45:03.8468789Z ##[debug]..Evaluating Index:
2023-02-21T10:45:03.8469020Z ##[debug]....Evaluating Index:
2023-02-21T10:45:03.8469247Z ##[debug]......Evaluating Index:
2023-02-21T10:45:03.8469578Z ##[debug]........Evaluating Index:
2023-02-21T10:45:03.8469829Z ##[debug]..........Evaluating github:
2023-02-21T10:45:03.8470086Z ##[debug]..........=> Object
2023-02-21T10:45:03.8470333Z ##[debug]..........Evaluating String:
2023-02-21T10:45:03.8470567Z ##[debug]..........=> 'event'
2023-02-21T10:45:03.8470807Z ##[debug]........=> Object
2023-02-21T10:45:03.8471039Z ##[debug]........Evaluating String:
2023-02-21T10:45:03.8471281Z ##[debug]........=> 'pull_request'
2023-02-21T10:45:03.8471500Z ##[debug]......=> null
2023-02-21T10:45:03.8471933Z ##[debug]....=> null
2023-02-21T10:45:03.8472148Z ##[debug]..=> null
2023-02-21T10:45:03.8472356Z ##[debug]=> null
2023-02-21T10:45:03.8472570Z ##[debug]Result: null
2023-02-21T10:45:03.8473574Z ##[debug]Evaluating: github.sha
2023-02-21T10:45:03.8473815Z ##[debug]Evaluating Index:
2023-02-21T10:45:03.8474046Z ##[debug]..Evaluating github:
2023-02-21T10:45:03.8474280Z ##[debug]..=> Object
2023-02-21T10:45:03.8474491Z ##[debug]..Evaluating String:
2023-02-21T10:45:03.8474714Z ##[debug]..=> 'sha'
2023-02-21T10:45:03.8474987Z ##[debug]=> '0867a7cd9b55637ef0ded6603ff1647d910bcab6'
2023-02-21T10:45:03.8475300Z ##[debug]Result: '0867a7cd9b55637ef0ded6603ff1647d910bcab6'
2023-02-21T10:45:03.8477077Z ##[debug]Loading env
2023-02-21T10:45:03.8481570Z ##[group]Run tj-actions/glob@v16
2023-02-21T10:45:03.8481782Z with:
2023-02-21T10:45:03.8481971Z   files: files/file.txt
2023-02-21T10:45:03.8482178Z   files-separator: 

2023-02-21T10:45:03.8482407Z   excluded-files-separator: 

2023-02-21T10:45:03.8482673Z   files-from-source-file-separator: 

2023-02-21T10:45:03.8482981Z   excluded-files-from-source-file-separator: 

2023-02-21T10:45:03.8483264Z   follow-symbolic-links: true
2023-02-21T10:45:03.8483495Z   match-directories: true
2023-02-21T10:45:03.8483725Z   match-gitignore-files: false
2023-02-21T10:45:03.8483938Z   separator:  
2023-02-21T10:45:03.8484137Z   escape-paths: false
2023-02-21T10:45:03.8484356Z   strip-top-level-dir: true
2023-02-21T10:45:03.8484591Z   include-deleted-files: false
2023-02-21T10:45:03.8484847Z   sha: 0867a7cd9b55637ef0ded6603ff1647d910bcab6
2023-02-21T10:45:03.8485084Z   working-directory: .
2023-02-21T10:45:03.8485273Z ##[endgroup]
2023-02-21T10:45:04.0077003Z ##[debug]file patterns: files/file.txt
2023-02-21T10:45:04.0132505Z ##[debug]file patterns: /home/runner/work/glob-action-tests/glob-action-tests/files/file.txt
2023-02-21T10:45:04.0132929Z ##[debug]!/home/runner/work/glob-action-tests/glob-action-tests/.git/**
2023-02-21T10:45:04.0133299Z ##[debug]!/home/runner/work/glob-action-tests/glob-action-tests/**/node_modules/**
2023-02-21T10:45:04.0133667Z ##[debug]!/home/runner/work/glob-action-tests/glob-action-tests/node_modules/**
2023-02-21T10:45:04.0134186Z ##[debug]followSymbolicLinks 'true'
2023-02-21T10:45:04.0134613Z ##[debug]matchDirectories 'true'
2023-02-21T10:45:04.0135018Z ##[debug]followSymbolicLinks 'true'
2023-02-21T10:45:04.0135712Z ##[debug]implicitDescendants 'true'
2023-02-21T10:45:04.0136492Z ##[debug]matchDirectories 'true'
2023-02-21T10:45:04.0137185Z ##[debug]omitBrokenSymbolicLinks 'true'
2023-02-21T10:45:04.0137927Z ##[debug]Search path '/home/runner/work/glob-action-tests/glob-action-tests/files/file.txt'
2023-02-21T10:45:04.0212208Z ##[debug]followSymbolicLinks 'true'
2023-02-21T10:45:04.0213157Z ##[debug]matchDirectories 'true'
2023-02-21T10:45:04.0217367Z ##[debug]followSymbolicLinks 'true'
2023-02-21T10:45:04.0219035Z ##[debug]implicitDescendants 'true'
2023-02-21T10:45:04.0219830Z ##[debug]matchDirectories 'true'
2023-02-21T10:45:04.0220702Z ##[debug]omitBrokenSymbolicLinks 'true'
2023-02-21T10:45:04.0223434Z ##[debug]Search path '/home/runner/work/glob-action-tests/glob-action-tests/files'
2023-02-21T10:45:04.0226905Z ##[debug]Search path '/home/runner/work/glob-action-tests/glob-action-tests/!files/file.txt'
2023-02-21T10:45:04.0262985Z ##[error]No paths found using the specified patterns
2023-02-21T10:45:04.0290571Z ##[debug]Node Action run completed with exit code 1
2023-02-21T10:45:04.0299675Z ##[debug]Finishing: Glob match
2023-02-21T10:45:04.0305299Z ##[debug]Evaluating condition for step: 'Show all matching files'
2023-02-21T10:45:04.0306493Z ##[debug]Evaluating: success()
2023-02-21T10:45:04.0306833Z ##[debug]Evaluating success:
2023-02-21T10:45:04.0307174Z ##[debug]=> false
2023-02-21T10:45:04.0307543Z ##[debug]Result: false
2023-02-21T10:45:04.0310496Z ##[debug]Evaluating condition for step: 'Post Glob match'
2023-02-21T10:45:04.0312792Z ##[debug]Evaluating: always()
2023-02-21T10:45:04.0313112Z ##[debug]Evaluating always:
2023-02-21T10:45:04.0313982Z ##[debug]=> true
2023-02-21T10:45:04.0314421Z ##[debug]Result: true
2023-02-21T10:45:04.0314962Z ##[debug]Starting: Post Glob match
2023-02-21T10:45:04.0345565Z ##[debug]Loading inputs
2023-02-21T10:45:04.0352874Z ##[debug]Evaluating: github.event.pull_request.base.ref
2023-02-21T10:45:04.0353162Z ##[debug]Evaluating Index:
2023-02-21T10:45:04.0353402Z ##[debug]..Evaluating Index:
2023-02-21T10:45:04.0353641Z ##[debug]....Evaluating Index:
2023-02-21T10:45:04.0353874Z ##[debug]......Evaluating Index:
2023-02-21T10:45:04.0354114Z ##[debug]........Evaluating github:
2023-02-21T10:45:04.0354364Z ##[debug]........=> Object
2023-02-21T10:45:04.0354610Z ##[debug]........Evaluating String:
2023-02-21T10:45:04.0354834Z ##[debug]........=> 'event'
2023-02-21T10:45:04.0355121Z ##[debug]......=> Object
2023-02-21T10:45:04.0355357Z ##[debug]......Evaluating String:
2023-02-21T10:45:04.0355604Z ##[debug]......=> 'pull_request'
2023-02-21T10:45:04.0355836Z ##[debug]....=> null
2023-02-21T10:45:04.0356056Z ##[debug]..=> null
2023-02-21T10:45:04.0356254Z ##[debug]=> null
2023-02-21T10:45:04.0356464Z ##[debug]Result: null
2023-02-21T10:45:04.0357532Z ##[debug]Evaluating: github.event.pull_request.head.repo.fork
2023-02-21T10:45:04.0357819Z ##[debug]Evaluating Index:
2023-02-21T10:45:04.0358073Z ##[debug]..Evaluating Index:
2023-02-21T10:45:04.0358303Z ##[debug]....Evaluating Index:
2023-02-21T10:45:04.0358522Z ##[debug]......Evaluating Index:
2023-02-21T10:45:04.0358762Z ##[debug]........Evaluating Index:
2023-02-21T10:45:04.0359001Z ##[debug]..........Evaluating github:
2023-02-21T10:45:04.0359250Z ##[debug]..........=> Object
2023-02-21T10:45:04.0359484Z ##[debug]..........Evaluating String:
2023-02-21T10:45:04.0359740Z ##[debug]..........=> 'event'
2023-02-21T10:45:04.0359969Z ##[debug]........=> Object
2023-02-21T10:45:04.0360192Z ##[debug]........Evaluating String:
2023-02-21T10:45:04.0360428Z ##[debug]........=> 'pull_request'
2023-02-21T10:45:04.0360652Z ##[debug]......=> null
2023-02-21T10:45:04.0360859Z ##[debug]....=> null
2023-02-21T10:45:04.0361058Z ##[debug]..=> null
2023-02-21T10:45:04.0361257Z ##[debug]=> null
2023-02-21T10:45:04.0361462Z ##[debug]Result: null
2023-02-21T10:45:04.0362303Z ##[debug]Evaluating: github.sha
2023-02-21T10:45:04.0362542Z ##[debug]Evaluating Index:
2023-02-21T10:45:04.0362761Z ##[debug]..Evaluating github:
2023-02-21T10:45:04.0362992Z ##[debug]..=> Object
2023-02-21T10:45:04.0363210Z ##[debug]..Evaluating String:
2023-02-21T10:45:04.0363428Z ##[debug]..=> 'sha'
2023-02-21T10:45:04.0363692Z ##[debug]=> '0867a7cd9b55637ef0ded6603ff1647d910bcab6'
2023-02-21T10:45:04.0364005Z ##[debug]Result: '0867a7cd9b55637ef0ded6603ff1647d910bcab6'
2023-02-21T10:45:04.0365681Z ##[debug]Loading env
2023-02-21T10:45:04.0369457Z Post job cleanup.
2023-02-21T10:45:04.0912650Z ##[debug]Node Action run completed with exit code 0
2023-02-21T10:45:04.0914935Z ##[debug]Finishing: Post Glob match
2023-02-21T10:45:04.0918725Z ##[debug]Evaluating condition for step: 'Post Run actions/checkout@v2'
2023-02-21T10:45:04.0920182Z ##[debug]Evaluating: always()
2023-02-21T10:45:04.0920509Z ##[debug]Evaluating always:
2023-02-21T10:45:04.0920801Z ##[debug]=> true
2023-02-21T10:45:04.0921471Z ##[debug]Result: true
2023-02-21T10:45:04.0922026Z ##[debug]Starting: Post Run actions/checkout@v2
2023-02-21T10:45:04.0944598Z ##[debug]Loading inputs
2023-02-21T10:45:04.0945524Z ##[debug]Evaluating: github.repository
2023-02-21T10:45:04.0945797Z ##[debug]Evaluating Index:
2023-02-21T10:45:04.0946142Z ##[debug]..Evaluating github:
2023-02-21T10:45:04.0946388Z ##[debug]..=> Object
2023-02-21T10:45:04.0946613Z ##[debug]..Evaluating String:
2023-02-21T10:45:04.0946848Z ##[debug]..=> 'repository'
2023-02-21T10:45:04.0947142Z ##[debug]=> 'keneanung/glob-action-tests'
2023-02-21T10:45:04.0947447Z ##[debug]Result: 'keneanung/glob-action-tests'
2023-02-21T10:45:04.0948840Z ##[debug]Evaluating: github.token
2023-02-21T10:45:04.0949113Z ##[debug]Evaluating Index:
2023-02-21T10:45:04.0949339Z ##[debug]..Evaluating github:
2023-02-21T10:45:04.0949569Z ##[debug]..=> Object
2023-02-21T10:45:04.0949788Z ##[debug]..Evaluating String:
2023-02-21T10:45:04.0950006Z ##[debug]..=> 'token'
2023-02-21T10:45:04.0950609Z ##[debug]=> '***'
2023-02-21T10:45:04.0950947Z ##[debug]Result: '***'
2023-02-21T10:45:04.0955531Z ##[debug]Loading env
2023-02-21T10:45:04.0959576Z Post job cleanup.
2023-02-21T10:45:04.2230566Z ##[debug]Getting git version
2023-02-21T10:45:04.2258451Z [command]/usr/bin/git version
2023-02-21T10:45:04.2299467Z git version 2.39.2
2023-02-21T10:45:04.2318821Z ##[debug]Set git useragent to: git/2.39.2 (github-actions-checkout)
2023-02-21T10:45:04.2324998Z ::add-mask::***
2023-02-21T10:45:04.2338073Z Temporarily overriding HOME='/home/runner/work/_temp/977c7cfe-ca34-4d3e-93fc-c945090b16b5' before making global git config changes
2023-02-21T10:45:04.2338762Z Adding repository directory to the temporary git global config as a safe directory
2023-02-21T10:45:04.2342826Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/glob-action-tests/glob-action-tests
2023-02-21T10:45:04.2380638Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-02-21T10:45:04.2421900Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-02-21T10:45:04.2629500Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-02-21T10:45:04.2653286Z http.https://github.com/.extraheader
2023-02-21T10:45:04.2661760Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-02-21T10:45:04.2694117Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-02-21T10:45:04.2898309Z ##[debug]Unsetting HOME override
2023-02-21T10:45:04.3020550Z ##[debug]Node Action run completed with exit code 0
2023-02-21T10:45:04.3022532Z ##[debug]Finishing: Post Run actions/checkout@v2
2023-02-21T10:45:04.3134914Z ##[debug]Starting: Complete job
2023-02-21T10:45:04.3136538Z Uploading runner diagnostic logs
2023-02-21T10:45:04.3190726Z ##[debug]Starting diagnostic file upload.
2023-02-21T10:45:04.3191063Z ##[debug]Setting up diagnostic log folders.
2023-02-21T10:45:04.3193194Z ##[debug]Creating diagnostic log files folder.
2023-02-21T10:45:04.3213256Z ##[debug]Copying 1 worker diagnostic logs.
2023-02-21T10:45:04.3232024Z ##[debug]Copying 1 runner diagnostic logs.
2023-02-21T10:45:04.3233394Z ##[debug]Zipping diagnostic files.
2023-02-21T10:45:04.3279488Z ##[debug]Uploading diagnostic metadata file.
2023-02-21T10:45:04.3308893Z ##[debug]Diagnostic file upload complete.
2023-02-21T10:45:04.3309508Z Completed runner diagnostic log upload
2023-02-21T10:45:04.3309761Z Cleaning up orphan processes
2023-02-21T10:45:04.3600023Z ##[debug]Finishing: Complete job
2023-02-21T10:45:04.3720525Z ##[debug]Finishing: glob

Anything else?

A minimal repro repository can be found at https://github.com/keneanung/glob-action-tests

Code of Conduct

  • I agree to follow this project's Code of Conduct
@keneanung keneanung added the bug Something isn't working label Feb 21, 2023
@github-actions
Copy link

Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience.

@jackton1 jackton1 linked a pull request Feb 25, 2023 that will close this issue
@jackton1
Copy link
Member

jackton1 commented Feb 28, 2023

@keneanung This has been resolved in the latest release.

@keneanung
Copy link
Author

Thanks! I'm eagerly awaiting it to filter through to the changed-files action to solve my workflow issues 🎉

@keneanung
Copy link
Author

Hm, this still doesn't seem to work correctly. I re-tested the reproduction repository above (https://github.com/keneanung/glob-action-tests) with the latest release and I'm still getting errors:

2023-03-16T07:50:15.4161732Z Requested labels: ubuntu-latest
2023-03-16T07:50:15.4161780Z Job defined at: keneanung/glob-action-tests/.github/workflows/glob.yaml@refs/heads/main
2023-03-16T07:50:15.4161803Z Waiting for a runner to pick up this job...
2023-03-16T07:50:15.6726685Z Job is waiting for a hosted runner to come online.
2023-03-16T07:50:19.5861779Z Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
2023-03-16T07:50:22.1167595Z ##[debug]Starting: glob
2023-03-16T07:50:22.1192395Z ##[debug]Cleaning runner temp folder: /home/runner/work/_temp
2023-03-16T07:50:22.1521820Z ##[debug]Starting: Set up job
2023-03-16T07:50:22.1522239Z Current runner version: '2.303.0'
2023-03-16T07:50:22.1544119Z ##[group]Operating System
2023-03-16T07:50:22.1544662Z Ubuntu
2023-03-16T07:50:22.1544969Z 22.04.2
2023-03-16T07:50:22.1545199Z LTS
2023-03-16T07:50:22.1545488Z ##[endgroup]
2023-03-16T07:50:22.1545802Z ##[group]Runner Image
2023-03-16T07:50:22.1546145Z Image: ubuntu-22.04
2023-03-16T07:50:22.1546489Z Version: 20230305.1
2023-03-16T07:50:22.1547023Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230305.1/images/linux/Ubuntu2204-Readme.md
2023-03-16T07:50:22.1547631Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230305.1
2023-03-16T07:50:22.1548067Z ##[endgroup]
2023-03-16T07:50:22.1548456Z ##[group]Runner Image Provisioner
2023-03-16T07:50:22.1548799Z 2.0.119.1
2023-03-16T07:50:22.1549260Z ##[endgroup]
2023-03-16T07:50:22.1549909Z ##[group]GITHUB_TOKEN Permissions
2023-03-16T07:50:22.1550585Z Contents: read
2023-03-16T07:50:22.1550856Z Metadata: read
2023-03-16T07:50:22.1551230Z Packages: read
2023-03-16T07:50:22.1551495Z ##[endgroup]
2023-03-16T07:50:22.1554987Z Secret source: Actions
2023-03-16T07:50:22.1555767Z ##[debug]Primary repository: keneanung/glob-action-tests
2023-03-16T07:50:22.1556167Z Prepare workflow directory
2023-03-16T07:50:22.1634359Z ##[debug]Creating pipeline directory: '/home/runner/work/glob-action-tests'
2023-03-16T07:50:22.1636841Z ##[debug]Creating workspace directory: '/home/runner/work/glob-action-tests/glob-action-tests'
2023-03-16T07:50:22.1638029Z ##[debug]Update context data
2023-03-16T07:50:22.1640338Z ##[debug]Evaluating job-level environment variables
2023-03-16T07:50:22.2300157Z ##[debug]Evaluating job container
2023-03-16T07:50:22.2303713Z ##[debug]Evaluating job service containers
2023-03-16T07:50:22.2306001Z ##[debug]Evaluating job defaults
2023-03-16T07:50:22.2380080Z Prepare all required actions
2023-03-16T07:50:22.2563635Z Getting action download info
2023-03-16T07:50:22.5100424Z Download action repository 'actions/checkout@v2' (SHA:dc323e67f16fb5f7663d20ff7941f27f5809e9b6)
2023-03-16T07:50:22.9825644Z ##[debug]Download 'https://api.github.com/repos/actions/checkout/tarball/dc323e67f16fb5f7663d20ff7941f27f5809e9b6' to '/home/runner/work/_actions/_temp_45a224fc-9024-47bf-b45d-4a5eb4f352fb/c8103e9f-ff1b-4275-ad4c-6df39474eeed.tar.gz'
2023-03-16T07:50:23.0917063Z ##[debug]Unwrap 'actions-checkout-dc323e6' to '/home/runner/work/_actions/actions/checkout/v2'
2023-03-16T07:50:23.1067345Z ##[debug]Archive '/home/runner/work/_actions/_temp_45a224fc-9024-47bf-b45d-4a5eb4f352fb/c8103e9f-ff1b-4275-ad4c-6df39474eeed.tar.gz' has been unzipped into '/home/runner/work/_actions/actions/checkout/v2'.
2023-03-16T07:50:23.1199792Z Download action repository 'tj-actions/glob@v16.11' (SHA:cebfb084cdf62d72c5318b1b3595ac5a45ed022f)
2023-03-16T07:50:23.5927928Z ##[debug]Download 'https://api.github.com/repos/tj-actions/glob/tarball/cebfb084cdf62d72c5318b1b3595ac5a45ed022f' to '/home/runner/work/_actions/_temp_ded48efa-6f4a-4628-b65e-87a1708f38d2/d88850d9-75c0-4d1a-8977-854532b5cafa.tar.gz'
2023-03-16T07:50:23.6305361Z ##[debug]Unwrap 'tj-actions-glob-cebfb08' to '/home/runner/work/_actions/tj-actions/glob/v16.11'
2023-03-16T07:50:23.6349464Z ##[debug]Archive '/home/runner/work/_actions/_temp_ded48efa-6f4a-4628-b65e-87a1708f38d2/d88850d9-75c0-4d1a-8977-854532b5cafa.tar.gz' has been unzipped into '/home/runner/work/_actions/tj-actions/glob/v16.11'.
2023-03-16T07:50:23.6416879Z ##[debug]action.yml for action: '/home/runner/work/_actions/actions/checkout/v2/action.yml'.
2023-03-16T07:50:23.7330317Z ##[debug]action.yml for action: '/home/runner/work/_actions/tj-actions/glob/v16.11/action.yml'.
2023-03-16T07:50:23.7577514Z ##[debug]Set step '__actions_checkout' display name to: 'Run actions/checkout@v2'
2023-03-16T07:50:23.7579470Z ##[debug]Set step 'glob' display name to: 'Glob match'
2023-03-16T07:50:23.7580770Z ##[debug]Set step '__run' display name to: 'Show all matching files'
2023-03-16T07:50:23.7581740Z Complete job name: glob
2023-03-16T07:50:23.7592809Z ##[debug]Collect running processes for tracking orphan processes.
2023-03-16T07:50:23.7806191Z ##[debug]Finishing: Set up job
2023-03-16T07:50:23.8028710Z ##[debug]Evaluating condition for step: 'Run actions/checkout@v2'
2023-03-16T07:50:23.8085602Z ##[debug]Evaluating: success()
2023-03-16T07:50:23.8091348Z ##[debug]Evaluating success:
2023-03-16T07:50:23.8118761Z ##[debug]=> true
2023-03-16T07:50:23.8126002Z ##[debug]Result: true
2023-03-16T07:50:23.8166103Z ##[debug]Starting: Run actions/checkout@v2
2023-03-16T07:50:23.8277560Z ##[debug]Register post job cleanup for action: actions/checkout@v2
2023-03-16T07:50:23.8384848Z ##[debug]Loading inputs
2023-03-16T07:50:23.8393682Z ##[debug]Evaluating: github.repository
2023-03-16T07:50:23.8394631Z ##[debug]Evaluating Index:
2023-03-16T07:50:23.8396857Z ##[debug]..Evaluating github:
2023-03-16T07:50:23.8398024Z ##[debug]..=> Object
2023-03-16T07:50:23.8412512Z ##[debug]..Evaluating String:
2023-03-16T07:50:23.8413292Z ##[debug]..=> 'repository'
2023-03-16T07:50:23.8417556Z ##[debug]=> 'keneanung/glob-action-tests'
2023-03-16T07:50:23.8419618Z ##[debug]Result: 'keneanung/glob-action-tests'
2023-03-16T07:50:23.8421817Z ##[debug]Evaluating: github.token
2023-03-16T07:50:23.8422186Z ##[debug]Evaluating Index:
2023-03-16T07:50:23.8422536Z ##[debug]..Evaluating github:
2023-03-16T07:50:23.8422922Z ##[debug]..=> Object
2023-03-16T07:50:23.8423187Z ##[debug]..Evaluating String:
2023-03-16T07:50:23.8423487Z ##[debug]..=> 'token'
2023-03-16T07:50:23.8424195Z ##[debug]=> '***'
2023-03-16T07:50:23.8424635Z ##[debug]Result: '***'
2023-03-16T07:50:23.8430314Z ##[debug]Loading env
2023-03-16T07:50:23.8519754Z ##[group]Run actions/checkout@v2
2023-03-16T07:50:23.8520092Z with:
2023-03-16T07:50:23.8520459Z   repository: keneanung/glob-action-tests
2023-03-16T07:50:23.8520988Z   token: ***
2023-03-16T07:50:23.8521291Z   ssh-strict: true
2023-03-16T07:50:23.8521545Z   persist-credentials: true
2023-03-16T07:50:23.8521834Z   clean: true
2023-03-16T07:50:23.8522142Z   fetch-depth: 1
2023-03-16T07:50:23.8522380Z   lfs: false
2023-03-16T07:50:23.8522644Z   submodules: false
2023-03-16T07:50:23.8522950Z   set-safe-directory: true
2023-03-16T07:50:23.8523206Z ##[endgroup]
2023-03-16T07:50:24.0847602Z ##[debug]GITHUB_WORKSPACE = '/home/runner/work/glob-action-tests/glob-action-tests'
2023-03-16T07:50:24.0848656Z ##[debug]qualified repository = 'keneanung/glob-action-tests'
2023-03-16T07:50:24.0849307Z ##[debug]ref = 'refs/heads/main'
2023-03-16T07:50:24.0892900Z ##[debug]commit = 'c8d4790ace867b00d96ca12bfbe5761b9ee3b5b9'
2023-03-16T07:50:24.0895344Z ##[debug]clean = true
2023-03-16T07:50:24.0895926Z ##[debug]fetch depth = 1
2023-03-16T07:50:24.0896839Z ##[debug]lfs = false
2023-03-16T07:50:24.0898405Z ##[debug]submodules = false
2023-03-16T07:50:24.0899045Z ##[debug]recursive submodules = false
2023-03-16T07:50:24.0925151Z ::add-matcher::/home/runner/work/_actions/actions/checkout/v2/dist/problem-matcher.json
2023-03-16T07:50:24.1514697Z ##[debug]Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2023-03-16T07:50:24.1526953Z Syncing repository: keneanung/glob-action-tests
2023-03-16T07:50:24.1527973Z ::group::Getting Git version info
2023-03-16T07:50:24.1529179Z ##[group]Getting Git version info
2023-03-16T07:50:24.1529699Z Working directory is '/home/runner/work/glob-action-tests/glob-action-tests'
2023-03-16T07:50:24.1530243Z ##[debug]Getting git version
2023-03-16T07:50:24.1530475Z [command]/usr/bin/git version
2023-03-16T07:50:24.1530692Z git version 2.39.2
2023-03-16T07:50:24.1531172Z ##[debug]Set git useragent to: git/2.39.2 (github-actions-checkout)
2023-03-16T07:50:24.1531640Z ::endgroup::
2023-03-16T07:50:24.1531862Z ##[endgroup]
2023-03-16T07:50:24.1544755Z ::add-mask::***
2023-03-16T07:50:24.1546001Z Temporarily overriding HOME='/home/runner/work/_temp/478e86ab-4e5a-48f8-ac7f-2e361377eef0' before making global git config changes
2023-03-16T07:50:24.1546649Z Adding repository directory to the temporary git global config as a safe directory
2023-03-16T07:50:24.1547384Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/glob-action-tests/glob-action-tests
2023-03-16T07:50:24.1547920Z Deleting the contents of '/home/runner/work/glob-action-tests/glob-action-tests'
2023-03-16T07:50:24.1548530Z ::group::Initializing the repository
2023-03-16T07:50:24.1548816Z ##[group]Initializing the repository
2023-03-16T07:50:24.1549220Z [command]/usr/bin/git init /home/runner/work/glob-action-tests/glob-action-tests
2023-03-16T07:50:24.1549670Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-03-16T07:50:24.1550024Z hint: is subject to change. To configure the initial branch name to use in all
2023-03-16T07:50:24.1550385Z hint: of your new repositories, which will suppress this warning, call:
2023-03-16T07:50:24.1550650Z hint: 
2023-03-16T07:50:24.1550959Z hint: 	git config --global init.defaultBranch <name>
2023-03-16T07:50:24.1551185Z hint: 
2023-03-16T07:50:24.1551510Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-03-16T07:50:24.1551937Z hint: 'development'. The just-created branch can be renamed via this command:
2023-03-16T07:50:24.1552190Z hint: 
2023-03-16T07:50:24.1552424Z hint: 	git branch -m <name>
2023-03-16T07:50:24.1552843Z Initialized empty Git repository in /home/runner/work/glob-action-tests/glob-action-tests/.git/
2023-03-16T07:50:24.1553341Z [command]/usr/bin/git remote add origin https://github.com/keneanung/glob-action-tests
2023-03-16T07:50:24.1553889Z ::endgroup::
2023-03-16T07:50:24.1554077Z ##[endgroup]
2023-03-16T07:50:24.1554476Z ::group::Disabling automatic garbage collection
2023-03-16T07:50:24.1554756Z ##[group]Disabling automatic garbage collection
2023-03-16T07:50:24.1555093Z [command]/usr/bin/git config --local gc.auto 0
2023-03-16T07:50:24.1556568Z ::endgroup::
2023-03-16T07:50:24.1556753Z ##[endgroup]
2023-03-16T07:50:24.1557090Z ::group::Setting up auth
2023-03-16T07:50:24.1557303Z ##[group]Setting up auth
2023-03-16T07:50:24.1557713Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-03-16T07:50:24.1568715Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-03-16T07:50:24.1893142Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-03-16T07:50:24.1936022Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-03-16T07:50:24.2139032Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-03-16T07:50:24.2173316Z ::endgroup::
2023-03-16T07:50:24.2173555Z ##[endgroup]
2023-03-16T07:50:24.2174409Z ::group::Fetching the repository
2023-03-16T07:50:24.2174664Z ##[group]Fetching the repository
2023-03-16T07:50:24.2181731Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +c8d4790ace867b00d96ca12bfbe5761b9ee3b5b9:refs/remotes/origin/main
2023-03-16T07:50:24.6827933Z remote: Enumerating objects: 9, done.        
2023-03-16T07:50:24.6828265Z remote: Counting objects:  11% (1/9)        
2023-03-16T07:50:24.6828541Z remote: Counting objects:  22% (2/9)        
2023-03-16T07:50:24.6828777Z remote: Counting objects:  33% (3/9)        
2023-03-16T07:50:24.6829031Z remote: Counting objects:  44% (4/9)        
2023-03-16T07:50:24.6829283Z remote: Counting objects:  55% (5/9)        
2023-03-16T07:50:24.6829515Z remote: Counting objects:  66% (6/9)        
2023-03-16T07:50:24.6829766Z remote: Counting objects:  77% (7/9)        
2023-03-16T07:50:24.6929048Z remote: Counting objects:  88% (8/9)        
2023-03-16T07:50:24.6929437Z remote: Counting objects: 100% (9/9)        
2023-03-16T07:50:24.6929694Z remote: Counting objects: 100% (9/9), done.        
2023-03-16T07:50:24.6929982Z remote: Compressing objects:  33% (1/3)        
2023-03-16T07:50:24.6930457Z remote: Compressing objects:  66% (2/3)        
2023-03-16T07:50:24.6930716Z remote: Compressing objects: 100% (3/3)        
2023-03-16T07:50:24.6931148Z remote: Compressing objects: 100% (3/3), done.        
2023-03-16T07:50:24.6931779Z remote: Total 9 (delta 0), reused 0 (delta 0), pack-reused 0        
2023-03-16T07:50:24.7009785Z From https://github.com/keneanung/glob-action-tests
2023-03-16T07:50:24.7010382Z  * [new ref]         c8d4790ace867b00d96ca12bfbe5761b9ee3b5b9 -> origin/main
2023-03-16T07:50:24.7022466Z ::endgroup::
2023-03-16T07:50:24.7022689Z ##[endgroup]
2023-03-16T07:50:24.7023473Z ::group::Determining the checkout info
2023-03-16T07:50:24.7023743Z ##[group]Determining the checkout info
2023-03-16T07:50:24.7024628Z ::endgroup::
2023-03-16T07:50:24.7024806Z ##[endgroup]
2023-03-16T07:50:24.7025386Z ::group::Checking out the ref
2023-03-16T07:50:24.7025619Z ##[group]Checking out the ref
2023-03-16T07:50:24.7029608Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2023-03-16T07:50:24.7074913Z Switched to a new branch 'main'
2023-03-16T07:50:24.7079237Z branch 'main' set up to track 'origin/main'.
2023-03-16T07:50:24.7082548Z ::endgroup::
2023-03-16T07:50:24.7082782Z ##[endgroup]
2023-03-16T07:50:24.7121194Z [command]/usr/bin/git log -1 --format='%H'
2023-03-16T07:50:24.7146805Z 'c8d4790ace867b00d96ca12bfbe5761b9ee3b5b9'
2023-03-16T07:50:24.7157716Z ##[debug]Unsetting HOME override
2023-03-16T07:50:24.7165961Z ::remove-matcher owner=checkout-git::
2023-03-16T07:50:24.7187268Z ##[debug]Removed matchers: 'checkout-git'
2023-03-16T07:50:24.7252580Z ##[debug]Node Action run completed with exit code 0
2023-03-16T07:50:24.7382167Z ##[debug]Save intra-action state isPost = true
2023-03-16T07:50:24.7382621Z ##[debug]Save intra-action state setSafeDirectory = true
2023-03-16T07:50:24.7383123Z ##[debug]Save intra-action state repositoryPath = /home/runner/work/glob-action-tests/glob-action-tests
2023-03-16T07:50:24.7394629Z ##[debug]Finishing: Run actions/checkout@v2
2023-03-16T07:50:24.7403217Z ##[debug]Evaluating condition for step: 'Glob match'
2023-03-16T07:50:24.7405941Z ##[debug]Evaluating: success()
2023-03-16T07:50:24.7406279Z ##[debug]Evaluating success:
2023-03-16T07:50:24.7406743Z ##[debug]=> true
2023-03-16T07:50:24.7407157Z ##[debug]Result: true
2023-03-16T07:50:24.7407789Z ##[debug]Starting: Glob match
2023-03-16T07:50:24.7434251Z ##[debug]Register post job cleanup for action: tj-actions/glob@v16.11
2023-03-16T07:50:24.7445025Z ##[debug]Loading inputs
2023-03-16T07:50:24.7488722Z ##[debug]Evaluating: github.event.pull_request.base.ref
2023-03-16T07:50:24.7489082Z ##[debug]Evaluating Index:
2023-03-16T07:50:24.7489333Z ##[debug]..Evaluating Index:
2023-03-16T07:50:24.7489573Z ##[debug]....Evaluating Index:
2023-03-16T07:50:24.7489816Z ##[debug]......Evaluating Index:
2023-03-16T07:50:24.7490064Z ##[debug]........Evaluating github:
2023-03-16T07:50:24.7490323Z ##[debug]........=> Object
2023-03-16T07:50:24.7490567Z ##[debug]........Evaluating String:
2023-03-16T07:50:24.7490838Z ##[debug]........=> 'event'
2023-03-16T07:50:24.7491086Z ##[debug]......=> Object
2023-03-16T07:50:24.7491321Z ##[debug]......Evaluating String:
2023-03-16T07:50:24.7491556Z ##[debug]......=> 'pull_request'
2023-03-16T07:50:24.7491867Z ##[debug]....=> null
2023-03-16T07:50:24.7492092Z ##[debug]..=> null
2023-03-16T07:50:24.7492298Z ##[debug]=> null
2023-03-16T07:50:24.7492515Z ##[debug]Result: null
2023-03-16T07:50:24.7495347Z ##[debug]Evaluating: github.event.pull_request.head.repo.fork
2023-03-16T07:50:24.7495651Z ##[debug]Evaluating Index:
2023-03-16T07:50:24.7495890Z ##[debug]..Evaluating Index:
2023-03-16T07:50:24.7496125Z ##[debug]....Evaluating Index:
2023-03-16T07:50:24.7496533Z ##[debug]......Evaluating Index:
2023-03-16T07:50:24.7496779Z ##[debug]........Evaluating Index:
2023-03-16T07:50:24.7497035Z ##[debug]..........Evaluating github:
2023-03-16T07:50:24.7497283Z ##[debug]..........=> Object
2023-03-16T07:50:24.7497608Z ##[debug]..........Evaluating String:
2023-03-16T07:50:24.7497857Z ##[debug]..........=> 'event'
2023-03-16T07:50:24.7498106Z ##[debug]........=> Object
2023-03-16T07:50:24.7498341Z ##[debug]........Evaluating String:
2023-03-16T07:50:24.7498588Z ##[debug]........=> 'pull_request'
2023-03-16T07:50:24.7498805Z ##[debug]......=> null
2023-03-16T07:50:24.7499043Z ##[debug]....=> null
2023-03-16T07:50:24.7499256Z ##[debug]..=> null
2023-03-16T07:50:24.7499456Z ##[debug]=> null
2023-03-16T07:50:24.7499673Z ##[debug]Result: null
2023-03-16T07:50:24.7500661Z ##[debug]Evaluating: github.sha
2023-03-16T07:50:24.7500911Z ##[debug]Evaluating Index:
2023-03-16T07:50:24.7501144Z ##[debug]..Evaluating github:
2023-03-16T07:50:24.7501365Z ##[debug]..=> Object
2023-03-16T07:50:24.7501600Z ##[debug]..Evaluating String:
2023-03-16T07:50:24.7501832Z ##[debug]..=> 'sha'
2023-03-16T07:50:24.7502114Z ##[debug]=> 'c8d4790ace867b00d96ca12bfbe5761b9ee3b5b9'
2023-03-16T07:50:24.7502436Z ##[debug]Result: 'c8d4790ace867b00d96ca12bfbe5761b9ee3b5b9'
2023-03-16T07:50:24.7504225Z ##[debug]Loading env
2023-03-16T07:50:24.7508800Z ##[group]Run tj-actions/glob@v16.11
2023-03-16T07:50:24.7509022Z with:
2023-03-16T07:50:24.7509212Z   files: files/file.txt
2023-03-16T07:50:24.7509416Z   files-separator: 

2023-03-16T07:50:24.7509648Z   excluded-files-separator: 

2023-03-16T07:50:24.7509917Z   files-from-source-file-separator: 

2023-03-16T07:50:24.7510228Z   excluded-files-from-source-file-separator: 

2023-03-16T07:50:24.7510517Z   follow-symbolic-links: true
2023-03-16T07:50:24.7510750Z   match-directories: true
2023-03-16T07:50:24.7510974Z   match-gitignore-files: false
2023-03-16T07:50:24.7511194Z   separator:  
2023-03-16T07:50:24.7511393Z   escape-paths: false
2023-03-16T07:50:24.7511612Z   strip-top-level-dir: true
2023-03-16T07:50:24.7511856Z   include-deleted-files: false
2023-03-16T07:50:24.7512115Z   sha: c8d4790ace867b00d96ca12bfbe5761b9ee3b5b9
2023-03-16T07:50:24.7512346Z   working-directory: .
2023-03-16T07:50:24.7512542Z ##[endgroup]
2023-03-16T07:50:24.9342718Z ##[debug]file patterns: files/file.txt
2023-03-16T07:50:24.9347049Z ##[debug]file patterns: /home/runner/work/glob-action-tests/glob-action-tests/files/file.txt
2023-03-16T07:50:24.9347457Z ##[debug]!/home/runner/work/glob-action-tests/glob-action-tests/.git/**
2023-03-16T07:50:24.9347820Z ##[debug]!/home/runner/work/glob-action-tests/glob-action-tests/**/node_modules/**
2023-03-16T07:50:24.9348188Z ##[debug]!/home/runner/work/glob-action-tests/glob-action-tests/node_modules/**
2023-03-16T07:50:24.9349329Z ##[debug]followSymbolicLinks 'true'
2023-03-16T07:50:24.9403837Z ##[debug]matchDirectories 'true'
2023-03-16T07:50:24.9404292Z ##[debug]followSymbolicLinks 'true'
2023-03-16T07:50:24.9404715Z ##[debug]implicitDescendants 'true'
2023-03-16T07:50:24.9405142Z ##[debug]matchDirectories 'true'
2023-03-16T07:50:24.9405575Z ##[debug]omitBrokenSymbolicLinks 'true'
2023-03-16T07:50:24.9406110Z ##[debug]Search path '/home/runner/work/glob-action-tests/glob-action-tests/files/file.txt'
2023-03-16T07:50:24.9437868Z ##[debug]followSymbolicLinks 'true'
2023-03-16T07:50:24.9438417Z ##[debug]matchDirectories 'true'
2023-03-16T07:50:24.9440503Z ##[debug]followSymbolicLinks 'true'
2023-03-16T07:50:24.9441001Z ##[debug]implicitDescendants 'true'
2023-03-16T07:50:24.9441426Z ##[debug]matchDirectories 'true'
2023-03-16T07:50:24.9442491Z ##[debug]omitBrokenSymbolicLinks 'true'
2023-03-16T07:50:24.9443051Z ##[debug]Search path '/home/runner/work/glob-action-tests/glob-action-tests/files'
2023-03-16T07:50:24.9481814Z ##[error]No paths found using the specified patterns
2023-03-16T07:50:24.9522321Z ##[debug]Node Action run completed with exit code 1
2023-03-16T07:50:24.9530930Z ##[debug]Finishing: Glob match
2023-03-16T07:50:24.9536898Z ##[debug]Evaluating condition for step: 'Show all matching files'
2023-03-16T07:50:24.9538222Z ##[debug]Evaluating: success()
2023-03-16T07:50:24.9538558Z ##[debug]Evaluating success:
2023-03-16T07:50:24.9538898Z ##[debug]=> false
2023-03-16T07:50:24.9539266Z ##[debug]Result: false
2023-03-16T07:50:24.9542778Z ##[debug]Evaluating condition for step: 'Post Glob match'
2023-03-16T07:50:24.9544430Z ##[debug]Evaluating: always()
2023-03-16T07:50:24.9544747Z ##[debug]Evaluating always:
2023-03-16T07:50:24.9545560Z ##[debug]=> true
2023-03-16T07:50:24.9545996Z ##[debug]Result: true
2023-03-16T07:50:24.9546505Z ##[debug]Starting: Post Glob match
2023-03-16T07:50:24.9577705Z ##[debug]Loading inputs
2023-03-16T07:50:24.9584707Z ##[debug]Evaluating: github.event.pull_request.base.ref
2023-03-16T07:50:24.9584995Z ##[debug]Evaluating Index:
2023-03-16T07:50:24.9585237Z ##[debug]..Evaluating Index:
2023-03-16T07:50:24.9585472Z ##[debug]....Evaluating Index:
2023-03-16T07:50:24.9585708Z ##[debug]......Evaluating Index:
2023-03-16T07:50:24.9585944Z ##[debug]........Evaluating github:
2023-03-16T07:50:24.9586190Z ##[debug]........=> Object
2023-03-16T07:50:24.9586434Z ##[debug]........Evaluating String:
2023-03-16T07:50:24.9586669Z ##[debug]........=> 'event'
2023-03-16T07:50:24.9586931Z ##[debug]......=> Object
2023-03-16T07:50:24.9587154Z ##[debug]......Evaluating String:
2023-03-16T07:50:24.9587400Z ##[debug]......=> 'pull_request'
2023-03-16T07:50:24.9587626Z ##[debug]....=> null
2023-03-16T07:50:24.9587835Z ##[debug]..=> null
2023-03-16T07:50:24.9588033Z ##[debug]=> null
2023-03-16T07:50:24.9588250Z ##[debug]Result: null
2023-03-16T07:50:24.9589205Z ##[debug]Evaluating: github.event.pull_request.head.repo.fork
2023-03-16T07:50:24.9589491Z ##[debug]Evaluating Index:
2023-03-16T07:50:24.9589735Z ##[debug]..Evaluating Index:
2023-03-16T07:50:24.9589965Z ##[debug]....Evaluating Index:
2023-03-16T07:50:24.9590180Z ##[debug]......Evaluating Index:
2023-03-16T07:50:24.9590411Z ##[debug]........Evaluating Index:
2023-03-16T07:50:24.9590651Z ##[debug]..........Evaluating github:
2023-03-16T07:50:24.9591015Z ##[debug]..........=> Object
2023-03-16T07:50:24.9591246Z ##[debug]..........Evaluating String:
2023-03-16T07:50:24.9591495Z ##[debug]..........=> 'event'
2023-03-16T07:50:24.9591725Z ##[debug]........=> Object
2023-03-16T07:50:24.9591942Z ##[debug]........Evaluating String:
2023-03-16T07:50:24.9592177Z ##[debug]........=> 'pull_request'
2023-03-16T07:50:24.9592402Z ##[debug]......=> null
2023-03-16T07:50:24.9592607Z ##[debug]....=> null
2023-03-16T07:50:24.9592808Z ##[debug]..=> null
2023-03-16T07:50:24.9593006Z ##[debug]=> null
2023-03-16T07:50:24.9593207Z ##[debug]Result: null
2023-03-16T07:50:24.9594042Z ##[debug]Evaluating: github.sha
2023-03-16T07:50:24.9594281Z ##[debug]Evaluating Index:
2023-03-16T07:50:24.9594496Z ##[debug]..Evaluating github:
2023-03-16T07:50:24.9594717Z ##[debug]..=> Object
2023-03-16T07:50:24.9594935Z ##[debug]..Evaluating String:
2023-03-16T07:50:24.9595156Z ##[debug]..=> 'sha'
2023-03-16T07:50:24.9595569Z ##[debug]=> 'c8d4790ace867b00d96ca12bfbe5761b9ee3b5b9'
2023-03-16T07:50:24.9595903Z ##[debug]Result: 'c8d4790ace867b00d96ca12bfbe5761b9ee3b5b9'
2023-03-16T07:50:24.9597629Z ##[debug]Loading env
2023-03-16T07:50:24.9601507Z Post job cleanup.
2023-03-16T07:50:25.0131665Z ##[debug]Node Action run completed with exit code 0
2023-03-16T07:50:25.0133480Z ##[debug]Finishing: Post Glob match
2023-03-16T07:50:25.0137748Z ##[debug]Evaluating condition for step: 'Post Run actions/checkout@v2'
2023-03-16T07:50:25.0138881Z ##[debug]Evaluating: always()
2023-03-16T07:50:25.0139195Z ##[debug]Evaluating always:
2023-03-16T07:50:25.0139495Z ##[debug]=> true
2023-03-16T07:50:25.0139898Z ##[debug]Result: true
2023-03-16T07:50:25.0140411Z ##[debug]Starting: Post Run actions/checkout@v2
2023-03-16T07:50:25.0162562Z ##[debug]Loading inputs
2023-03-16T07:50:25.0163421Z ##[debug]Evaluating: github.repository
2023-03-16T07:50:25.0163685Z ##[debug]Evaluating Index:
2023-03-16T07:50:25.0163918Z ##[debug]..Evaluating github:
2023-03-16T07:50:25.0164158Z ##[debug]..=> Object
2023-03-16T07:50:25.0164546Z ##[debug]..Evaluating String:
2023-03-16T07:50:25.0164781Z ##[debug]..=> 'repository'
2023-03-16T07:50:25.0165073Z ##[debug]=> 'keneanung/glob-action-tests'
2023-03-16T07:50:25.0165416Z ##[debug]Result: 'keneanung/glob-action-tests'
2023-03-16T07:50:25.0166750Z ##[debug]Evaluating: github.token
2023-03-16T07:50:25.0167032Z ##[debug]Evaluating Index:
2023-03-16T07:50:25.0167249Z ##[debug]..Evaluating github:
2023-03-16T07:50:25.0167470Z ##[debug]..=> Object
2023-03-16T07:50:25.0167691Z ##[debug]..Evaluating String:
2023-03-16T07:50:25.0167908Z ##[debug]..=> 'token'
2023-03-16T07:50:25.0168411Z ##[debug]=> '***'
2023-03-16T07:50:25.0168739Z ##[debug]Result: '***'
2023-03-16T07:50:25.0173024Z ##[debug]Loading env
2023-03-16T07:50:25.0176996Z Post job cleanup.
2023-03-16T07:50:25.1460944Z ##[debug]Getting git version
2023-03-16T07:50:25.1516880Z [command]/usr/bin/git version
2023-03-16T07:50:25.1560137Z git version 2.39.2
2023-03-16T07:50:25.1579338Z ##[debug]Set git useragent to: git/2.39.2 (github-actions-checkout)
2023-03-16T07:50:25.1585554Z ::add-mask::***
2023-03-16T07:50:25.1598663Z Temporarily overriding HOME='/home/runner/work/_temp/212af08a-0218-46df-bea8-2b088a9e8f28' before making global git config changes
2023-03-16T07:50:25.1599445Z Adding repository directory to the temporary git global config as a safe directory
2023-03-16T07:50:25.1604521Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/glob-action-tests/glob-action-tests
2023-03-16T07:50:25.1641269Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-03-16T07:50:25.1672213Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-03-16T07:50:25.1882371Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-03-16T07:50:25.1905112Z http.https://github.com/.extraheader
2023-03-16T07:50:25.1915321Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-03-16T07:50:25.1946088Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-03-16T07:50:25.2171862Z ##[debug]Unsetting HOME override
2023-03-16T07:50:25.2258733Z ##[debug]Node Action run completed with exit code 0
2023-03-16T07:50:25.2260686Z ##[debug]Finishing: Post Run actions/checkout@v2
2023-03-16T07:50:25.2376946Z ##[debug]Starting: Complete job
2023-03-16T07:50:25.2378572Z Uploading runner diagnostic logs
2023-03-16T07:50:25.2437090Z ##[debug]Starting diagnostic file upload.
2023-03-16T07:50:25.2437417Z ##[debug]Setting up diagnostic log folders.
2023-03-16T07:50:25.2439318Z ##[debug]Creating diagnostic log files folder.
2023-03-16T07:50:25.2459801Z ##[debug]Copying 1 worker diagnostic logs.
2023-03-16T07:50:25.2478520Z ##[debug]Copying 1 runner diagnostic logs.
2023-03-16T07:50:25.2479877Z ##[debug]Zipping diagnostic files.
2023-03-16T07:50:25.2526626Z ##[debug]Uploading diagnostic metadata file.
2023-03-16T07:50:25.2554655Z ##[debug]Diagnostic file upload complete.
2023-03-16T07:50:25.2555224Z Completed runner diagnostic log upload
2023-03-16T07:50:25.2555664Z Cleaning up orphan processes
2023-03-16T07:50:25.2840058Z ##[debug]Finishing: Complete job
2023-03-16T07:50:25.2967450Z ##[debug]Finishing: glob

@jackton1
Copy link
Member

@keneanung I found the bug and it should now be fully resolved as the previous change only accounts for excluded files that also existed in the .gitignore without the !.

@keneanung
Copy link
Author

That seems to have resolved it. Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants