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] action fail with pull request from external branch called master #979

Closed
3 tasks done
Ansuel opened this issue Feb 13, 2023 · 3 comments · Fixed by #981
Closed
3 tasks done

[BUG] action fail with pull request from external branch called master #979

Ansuel opened this issue Feb 13, 2023 · 3 comments · Fixed by #981
Labels
bug Something isn't working

Comments

@Ansuel
Copy link

Ansuel commented Feb 13, 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?

(sorry if this is already handled or I didn't found a similar issue)
We are using this action on openwrt to detect changes from pr and push and I notice that from pr from user that use master as their branch on checkout the action fail with

  Resolving deltas:  97% (619/638)
  Resolving deltas:  98% (626/638)
  Resolving deltas:  99% (632/638)
  Resolving deltas: 100% (638/638)
  Resolving deltas: 100% (638/638), completed with 283 local objects.
  From https://github.com/openwrt/openwrt
   ! [rejected]        master     -> master  (non-fast-forward)
   * [new branch]      master     -> origin/master

This is one of the jobs https://github.com/openwrt/openwrt/actions/runs/4119643122/jobs/7150434105

Think this is a bug but I could be totally wrong... Notice this for a while so it doesn't seems to be a github problem.

To Reproduce

  1. add some changes to the master branch of a forked repo
  2. propose such changes to the original repo using the github pull request feature
  3. run changed-files action and notice the rejected file in the log

What OS are you seeing the problem on?

ubuntu-latest or ubuntu-20.04

Expected behavior?

The changed file are correctly displayed.

Relevant log output

##[debug]Evaluating condition for step: 'Get changed files'
##[debug]Evaluating: success()
##[debug]Evaluating success:
##[debug]=> true
##[debug]Result: true
##[debug]Starting: Get changed files
##[debug]Register post job cleanup for action: tj-actions/changed-files@v35
##[debug]Loading inputs
##[debug]Loading env
Run tj-actions/changed-files@v35
  
##[debug]Evaluating: github.server_url
##[debug]Evaluating Index:
##[debug]..Evaluating github:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'server_url'
##[debug]=> 'https://github.com'
##[debug]Result: 'https://github.com'
##[debug]Evaluating: github.repository
##[debug]Evaluating Index:
##[debug]..Evaluating github:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'repository'
##[debug]=> 'openwrt/openwrt'
##[debug]Result: 'openwrt/openwrt'
##[debug]Evaluating: github.ref
##[debug]Evaluating Index:
##[debug]..Evaluating github:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'ref'
##[debug]=> 'refs/pull/11935/merge'
##[debug]Result: 'refs/pull/11935/merge'
##[debug]Evaluating: github.sha
##[debug]Evaluating Index:
##[debug]..Evaluating github:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'sha'
##[debug]=> 'a045530910cf122aa4660b203c75e9e6fa20463d'
##[debug]Result: 'a045530910cf122aa4660b203c75e9e6fa20463d'
##[debug]Evaluating: github.workspace
##[debug]Evaluating Index:
##[debug]..Evaluating github:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'workspace'
##[debug]=> '/home/runner/work/openwrt/openwrt'
##[debug]Result: '/home/runner/work/openwrt/openwrt'
##[debug]Evaluating: github.event.pull_request.head.repo.fork
##[debug]Evaluating Index:
##[debug]..Evaluating Index:
##[debug]....Evaluating Index:
##[debug]......Evaluating Index:
##[debug]........Evaluating Index:
##[debug]..........Evaluating github:
##[debug]..........=> Object
##[debug]..........Evaluating String:
##[debug]..........=> 'event'
##[debug]........=> Object
##[debug]........Evaluating String:
##[debug]........=> 'pull_request'
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'head'
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'repo'
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'fork'
##[debug]=> true
##[debug]Result: true
##[debug]Evaluating: github.event.pull_request.number
##[debug]Evaluating Index:
##[debug]..Evaluating Index:
##[debug]....Evaluating Index:
##[debug]......Evaluating github:
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'event'
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'pull_request'
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'number'
##[debug]=> 11935
##[debug]Result: 11935
##[debug]Evaluating: github.event.pull_request.base.ref
##[debug]Evaluating Index:
##[debug]..Evaluating Index:
##[debug]....Evaluating Index:
##[debug]......Evaluating Index:
##[debug]........Evaluating github:
##[debug]........=> Object
##[debug]........Evaluating String:
##[debug]........=> 'event'
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'pull_request'
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'base'
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'ref'
##[debug]=> 'master'
##[debug]Result: 'master'
##[debug]Evaluating: github.event.pull_request.head.ref
##[debug]Evaluating Index:
##[debug]..Evaluating Index:
##[debug]....Evaluating Index:
##[debug]......Evaluating Index:
##[debug]........Evaluating github:
##[debug]........=> Object
##[debug]........Evaluating String:
##[debug]........=> 'event'
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'pull_request'
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'head'
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'ref'
##[debug]=> 'master'
##[debug]Result: 'master'
##[debug]Evaluating: github.event.pull_request.base.sha
##[debug]Evaluating Index:
##[debug]..Evaluating Index:
##[debug]....Evaluating Index:
##[debug]......Evaluating Index:
##[debug]........Evaluating github:
##[debug]........=> Object
##[debug]........Evaluating String:
##[debug]........=> 'event'
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'pull_request'
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'base'
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'sha'
##[debug]=> '712681458a65736d3fc625bb9c481c31b23c1f97'
##[debug]Result: '712681458a65736d3fc625bb9c481c31b23c1f97'
##[debug]Evaluating: github.event.pull_request.head.sha
##[debug]Evaluating Index:
##[debug]..Evaluating Index:
##[debug]....Evaluating Index:
##[debug]......Evaluating Index:
##[debug]........Evaluating github:
##[debug]........=> Object
##[debug]........Evaluating String:
##[debug]........=> 'event'
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'pull_request'
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'head'
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'sha'
##[debug]=> '96d56af46dc7edc7853b00b773714d842e2150f6'
##[debug]Result: '96d56af46dc7edc7853b00b773714d842e2150f6'
##[debug]Evaluating: github.event.pull_request.commits
##[debug]Evaluating Index:
##[debug]..Evaluating Index:
##[debug]....Evaluating Index:
##[debug]......Evaluating github:
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'event'
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'pull_request'
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'commits'
##[debug]=> 1
##[debug]Result: 1
##[debug]Evaluating: github.event.before
##[debug]Evaluating Index:
##[debug]..Evaluating Index:
##[debug]....Evaluating github:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'event'
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'before'
##[debug]=> '6d2c9d1aac519f1f3d856e6f5a8a0836bce41d07'
##[debug]Result: '6d2c9d1aac519f1f3d856e6f5a8a0836bce41d07'
##[debug]Evaluating: github.event.forced
##[debug]Evaluating Index:
##[debug]..Evaluating Index:
##[debug]....Evaluating github:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'event'
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'forced'
##[debug]=> null
##[debug]Result: null
##[debug]Evaluating: github.ref_name
##[debug]Evaluating Index:
##[debug]..Evaluating github:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'ref_name'
##[debug]=> '11935/merge'
##[debug]Result: '11935/merge'
##[debug]Evaluating: inputs.sha
##[debug]Evaluating Index:
##[debug]..Evaluating inputs:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'sha'
##[debug]=> ''
##[debug]Result: ''
##[debug]Evaluating: inputs.base_sha
##[debug]Evaluating Index:
##[debug]..Evaluating inputs:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'base_sha'
##[debug]=> ''
##[debug]Result: ''
##[debug]Evaluating: inputs.since
##[debug]Evaluating Index:
##[debug]..Evaluating inputs:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'since'
##[debug]=> ''
##[debug]Result: ''
##[debug]Evaluating: inputs.until
##[debug]Evaluating Index:
##[debug]..Evaluating inputs:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'until'
##[debug]=> ''
##[debug]Result: ''
##[debug]Evaluating: inputs.path
##[debug]Evaluating Index:
##[debug]..Evaluating inputs:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'path'
##[debug]=> '.'
##[debug]Result: '.'
##[debug]Evaluating: inputs.fetch_depth
##[debug]Evaluating Index:
##[debug]..Evaluating inputs:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'fetch_depth'
##[debug]=> '50'
##[debug]Result: '50'
##[debug]Evaluating: inputs.since_last_remote_commit
##[debug]Evaluating Index:
##[debug]..Evaluating inputs:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'since_last_remote_commit'
##[debug]=> 'false'
##[debug]Result: 'false'
##[debug]Evaluating condition for step: 'run'
##[debug]Evaluating: success()
##[debug]Evaluating success:
##[debug]=> true
##[debug]Result: true
##[debug]Starting: run
##[debug]Loading inputs
##[debug]Loading env
Run # "Calculating the previous and current SHA..."
##[debug]/usr/bin/bash --noprofile --norc -e -o pipefail /home/runner/work/_temp/c370bbd2-5b4e-4ba7-a8ad-495530fb33f6.sh
::group::changed-files-diff-sha
changed-files-diff-sha
  ##[debug]Resolving repository path: /home/runner/work/openwrt/openwrt/.
  Verifying git version...
  Valid git version found: (2.39.1)
  Running on a pull request event...
  Fetching remote refs...
  From https://github.com/openwrt/openwrt
   * [new ref]         refs/pull/11935/head -> master
  ##[debug]Fetching remote target branch...
  remote: Enumerating objects: 2524, done.        
  remote: Counting objects:   0% (1/1703)        
  remote: Counting objects:   1% (18/1703)        
  remote: Counting objects:   2% (35/1703)        
  remote: Counting objects:   3% (52/1703)        
  remote: Counting objects:   4% (69/1703)        
  remote: Counting objects:   5% (86/1703)        
  remote: Counting objects:   6% (103/1703)        
  remote: Counting objects:   7% (120/1703)        
  remote: Counting objects:   8% (137/1703)        
  remote: Counting objects:   9% (154/1703)        
  remote: Counting objects:  10% (171/1703)        
  remote: Counting objects:  11% (188/1703)        
  remote: Counting objects:  12% (205/1703)        
  remote: Counting objects:  13% (222/1703)        
  remote: Counting objects:  14% (239/1703)        
  remote: Counting objects:  15% (256/1703)        
  remote: Counting objects:  16% (273/1703)        
  remote: Counting objects:  17% (290/1703)        
  remote: Counting objects:  18% (307/1703)        
  remote: Counting objects:  19% (324/1703)        
  remote: Counting objects:  20% (341/1703)        
  remote: Counting objects:  21% (358/1703)        
  remote: Counting objects:  22% (375/1703)        
  remote: Counting objects:  23% (392/1703)        
  remote: Counting objects:  24% (409/1703)        
  remote: Counting objects:  25% (426/1703)        
  remote: Counting objects:  26% (443/1703)        
  remote: Counting objects:  27% (460/1703)        
  remote: Counting objects:  28% (477/1703)        
  remote: Counting objects:  29% (494/1703)        
  remote: Counting objects:  30% (511/1703)        
  remote: Counting objects:  31% (528/1703)        
  remote: Counting objects:  32% (545/1703)        
  remote: Counting objects:  33% (562/1703)        
  remote: Counting objects:  34% (580/1703)        
  remote: Counting objects:  35% (597/1703)        
  remote: Counting objects:  36% (614/1703)        
  remote: Counting objects:  37% (631/1703)        
  remote: Counting objects:  38% (648/1703)        
  remote: Counting objects:  39% (665/1703)        
  remote: Counting objects:  40% (682/1703)        
  remote: Counting objects:  41% (699/1703)        
  remote: Counting objects:  42% (716/1703)        
  remote: Counting objects:  43% (733/1703)        
  remote: Counting objects:  44% (750/1703)        
  remote: Counting objects:  45% (767/1703)        
  remote: Counting objects:  46% (784/1703)        
  remote: Counting objects:  47% (801/1703)        
  remote: Counting objects:  48% (818/1703)        
  remote: Counting objects:  49% (835/1703)        
  remote: Counting objects:  50% (852/1703)        
  remote: Counting objects:  51% (869/1703)        
  remote: Counting objects:  52% (886/1703)        
  remote: Counting objects:  53% (903/1703)        
  remote: Counting objects:  54% (920/1703)        
  remote: Counting objects:  55% (937/1703)        
  remote: Counting objects:  56% (954/1703)        
  remote: Counting objects:  57% (971/1703)        
  remote: Counting objects:  58% (988/1703)        
  remote: Counting objects:  59% (1005/1703)        
  remote: Counting objects:  60% (1022/1703)        
  remote: Counting objects:  61% (1039/1703)        
  remote: Counting objects:  62% (1056/1703)        
  remote: Counting objects:  63% (1073/1703)        
  remote: Counting objects:  64% (1090/1703)        
  remote: Counting objects:  65% (1107/1703)        
  remote: Counting objects:  66% (1124/1703)        
  remote: Counting objects:  67% (1142/1703)        
  remote: Counting objects:  68% (1159/1703)        
  remote: Counting objects:  69% (1176/1703)        
  remote: Counting objects:  70% (1193/1703)        
  remote: Counting objects:  71% (1210/1703)        
  remote: Counting objects:  72% (1227/1703)        
  remote: Counting objects:  73% (1244/1703)        
  remote: Counting objects:  74% (1261/1703)        
  remote: Counting objects:  75% (1278/1703)        
  remote: Counting objects:  76% (1295/1703)        
  remote: Counting objects:  77% (1312/1703)        
  remote: Counting objects:  78% (1329/1703)        
  remote: Counting objects:  79% (1346/1703)        
  remote: Counting objects:  80% (1363/1703)        
  remote: Counting objects:  81% (1380/1703)        
  remote: Counting objects:  82% (1397/1703)        
  remote: Counting objects:  83% (1414/1703)        
  remote: Counting objects:  84% (1431/1703)        
  remote: Counting objects:  85% (1448/1703)        
  remote: Counting objects:  86% (1465/1703)        
  remote: Counting objects:  87% (1482/1703)        
  remote: Counting objects:  88% (1499/1703)        
  remote: Counting objects:  89% (1516/1703)        
  remote: Counting objects:  90% (1533/1703)        
  remote: Counting objects:  91% (1550/1703)        
  remote: Counting objects:  92% (1567/1703)        
  remote: Counting objects:  93% (1584/1703)        
  remote: Counting objects:  94% (1601/1703)        
  remote: Counting objects:  95% (1618/1703)        
  remote: Counting objects:  96% (1635/1703)        
  remote: Counting objects:  97% (1652/1703)        
  remote: Counting objects:  98% (1669/1703)        
  remote: Counting objects:  99% (1686/1703)        
  remote: Counting objects: 100% (1703/1703)        
  remote: Counting objects: 100% (1703/1703), done.        
  remote: Compressing objects:   0% (1/689)        
  remote: Compressing objects:   1% (7/689)        
  remote: Compressing objects:   2% (14/689)        
  remote: Compressing objects:   3% (21/689)        
  remote: Compressing objects:   4% (28/689)        
  remote: Compressing objects:   5% (35/689)        
  remote: Compressing objects:   6% (42/689)        
  remote: Compressing objects:   7% (49/689)        
  remote: Compressing objects:   8% (56/689)        
  remote: Compressing objects:   9% (63/689)        
  remote: Compressing objects:  10% (69/689)        
  remote: Compressing objects:  11% (76/689)        
  remote: Compressing objects:  12% (83/689)        
  remote: Compressing objects:  13% (90/689)        
  remote: Compressing objects:  14% (97/689)        
  remote: Compressing objects:  15% (104/689)        
  remote: Compressing objects:  16% (111/689)        
  remote: Compressing objects:  17% (118/689)        
  remote: Compressing objects:  18% (125/689)        
  remote: Compressing objects:  19% (131/689)        
  remote: Compressing objects:  20% (138/689)        
  remote: Compressing objects:  21% (145/689)        
  remote: Compressing objects:  22% (152/689)        
  remote: Compressing objects:  23% (159/689)        
  remote: Compressing objects:  24% (166/689)        
  remote: Compressing objects:  25% (173/689)        
  remote: Compressing objects:  26% (180/689)        
  remote: Compressing objects:  27% (187/689)        
  remote: Compressing objects:  28% (193/689)        
  remote: Compressing objects:  29% (200/689)        
  remote: Compressing objects:  30% (207/689)        
  remote: Compressing objects:  31% (214/689)        
  remote: Compressing objects:  32% (221/689)        
  remote: Compressing objects:  33% (228/689)        
  remote: Compressing objects:  34% (235/689)        
  remote: Compressing objects:  35% (242/689)        
  remote: Compressing objects:  36% (249/689)        
  remote: Compressing objects:  37% (255/689)        
  remote: Compressing objects:  38% (262/689)        
  remote: Compressing objects:  39% (269/689)        
  remote: Compressing objects:  40% (276/689)        
  remote: Compressing objects:  41% (283/689)        
  remote: Compressing objects:  42% (290/689)        
  remote: Compressing objects:  43% (297/689)        
  remote: Compressing objects:  44% (304/689)        
  remote: Compressing objects:  45% (311/689)        
  remote: Compressing objects:  46% (317/689)        
  remote: Compressing objects:  47% (324/689)        
  remote: Compressing objects:  48% (331/689)        
  remote: Compressing objects:  49% (338/689)        
  remote: Compressing objects:  50% (345/689)        
  remote: Compressing objects:  51% (352/689)        
  remote: Compressing objects:  52% (359/689)        
  remote: Compressing objects:  53% (366/689)        
  remote: Compressing objects:  54% (373/689)        
  remote: Compressing objects:  55% (379/689)        
  remote: Compressing objects:  56% (386/689)        
  remote: Compressing objects:  57% (393/689)        
  remote: Compressing objects:  58% (400/689)        
  remote: Compressing objects:  59% (407/689)        
  remote: Compressing objects:  60% (414/689)        
  remote: Compressing objects:  61% (421/689)        
  remote: Compressing objects:  62% (428/689)        
  remote: Compressing objects:  63% (435/689)        
  remote: Compressing objects:  64% (441/689)        
  remote: Compressing objects:  65% (448/689)        
  remote: Compressing objects:  66% (455/689)        
  remote: Compressing objects:  67% (462/689)        
  remote: Compressing objects:  68% (469/689)        
  remote: Compressing objects:  69% (476/689)        
  remote: Compressing objects:  70% (483/689)        
  remote: Compressing objects:  71% (490/689)        
  remote: Compressing objects:  72% (497/689)        
  remote: Compressing objects:  73% (503/689)        
  remote: Compressing objects:  74% (510/689)        
  remote: Compressing objects:  75% (517/689)        
  remote: Compressing objects:  76% (524/689)        
  remote: Compressing objects:  77% (531/689)        
  remote: Compressing objects:  78% (538/689)        
  remote: Compressing objects:  79% (545/689)        
  remote: Compressing objects:  80% (552/689)        
  remote: Compressing objects:  81% (559/689)        
  remote: Compressing objects:  82% (565/689)        
  remote: Compressing objects:  83% (572/689)        
  remote: Compressing objects:  84% (579/689)        
  remote: Compressing objects:  85% (586/689)        
  remote: Compressing objects:  86% (593/689)        
  remote: Compressing objects:  87% (600/689)        
  remote: Compressing objects:  88% (607/689)        
  remote: Compressing objects:  89% (614/689)        
  remote: Compressing objects:  90% (621/689)        
  remote: Compressing objects:  91% (627/689)        
  remote: Compressing objects:  92% (634/689)        
  remote: Compressing objects:  93% (641/689)        
  remote: Compressing objects:  94% (648/689)        
  remote: Compressing objects:  95% (655/689)        
  remote: Compressing objects:  96% (662/689)        
  remote: Compressing objects:  97% (669/689)        
  remote: Compressing objects:  98% (676/689)        
  remote: Compressing objects:  99% (683/689)        
  remote: Compressing objects: 100% (689/689)        
  remote: Compressing objects: 100% (689/689), done.        
  Receiving objects:   0% (1/1195)
  Receiving objects:   1% (12/1195)
  Receiving objects:   2% (24/1195)
  Receiving objects:   3% (36/1195)
  Receiving objects:   4% (48/1195)
  Receiving objects:   5% (60/1195)
  Receiving objects:   6% (72/1195)
  Receiving objects:   7% (84/1195)
  Receiving objects:   8% (96/1195)
  Receiving objects:   9% (108/1195)
  Receiving objects:  10% (120/1195)
  Receiving objects:  11% (132/1195)
  Receiving objects:  12% (144/1195)
  Receiving objects:  13% (156/1195)
  Receiving objects:  14% (168/1195)
  Receiving objects:  15% (180/1195)
  Receiving objects:  16% (192/1195)
  Receiving objects:  17% (204/1195)
  Receiving objects:  18% (216/1195)
  Receiving objects:  19% (228/1195)
  Receiving objects:  20% (239/1195)
  Receiving objects:  21% (251/1195)
  Receiving objects:  22% (263/1195)
  Receiving objects:  23% (275/1195)
  Receiving objects:  24% (287/1195)
  Receiving objects:  25% (299/1195)
  Receiving objects:  26% (311/1195)
  Receiving objects:  27% (323/1195)
  Receiving objects:  28% (335/1195)
  Receiving objects:  29% (347/1195)
  Receiving objects:  30% (359/1195)
  Receiving objects:  31% (371/1195)
  Receiving objects:  32% (383/1195)
  Receiving objects:  33% (395/1195)
  Receiving objects:  34% (407/1195)
  Receiving objects:  35% (419/1195)
  Receiving objects:  36% (431/1195)
  Receiving objects:  37% (443/1195)
  Receiving objects:  38% (455/1195)
  Receiving objects:  39% (467/1195)
  Receiving objects:  40% (478/1195)
  Receiving objects:  41% (490/1195)
  Receiving objects:  42% (502/1195)
  Receiving objects:  43% (514/1195)
  Receiving objects:  44% (526/1195)
  Receiving objects:  45% (538/1195)
  Receiving objects:  46% (550/1195)
  Receiving objects:  47% (562/1195)
  Receiving objects:  48% (574/1195)
  Receiving objects:  49% (586/1195)
  Receiving objects:  50% (598/1195)
  Receiving objects:  51% (610/1195)
  Receiving objects:  52% (622/1195)
  Receiving objects:  53% (634/1195)
  Receiving objects:  54% (646/1195)
  Receiving objects:  55% (658/1195)
  Receiving objects:  56% (670/1195)
  Receiving objects:  57% (682/1195)
  Receiving objects:  58% (694/1195)
  Receiving objects:  59% (706/1195)
  Receiving objects:  60% (717/1195)
  Receiving objects:  61% (729/1195)
  Receiving objects:  62% (741/1195)
  Receiving objects:  63% (753/1195)
  Receiving objects:  64% (765/1195)
  Receiving objects:  65% (777/1195)
  Receiving objects:  66% (789/1195)
  Receiving objects:  67% (801/1195)
  Receiving objects:  68% (813/1195)
  Receiving objects:  69% (825/1195)
  Receiving objects:  70% (837/1195)
  Receiving objects:  71% (849/1195)
  Receiving objects:  72% (861/1195)
  Receiving objects:  73% (873/1195)
  Receiving objects:  74% (885/1195)
  Receiving objects:  75% (897/1195)
  Receiving objects:  76% (909/1195)
  Receiving objects:  77% (921/1195)
  Receiving objects:  78% (933/1195)
  Receiving objects:  79% (945/1195)
  Receiving objects:  80% (956/1195)
  Receiving objects:  81% (968/1195)
  Receiving objects:  82% (980/1195)
  Receiving objects:  83% (992/1195)
  Receiving objects:  84% (1004/1195)
  Receiving objects:  85% (1016/1195)
  Receiving objects:  86% (1028/1195)
  Receiving objects:  87% (1040/1195)
  Receiving objects:  88% (1052/1195)
  Receiving objects:  89% (1064/1195)
  Receiving objects:  90% (1076/1195)
  Receiving objects:  91% (1088/1195)
  Receiving objects:  92% (1100/1195)
  remote: Total 1195 (delta 842), reused 766 (delta 435), pack-reused 0        
  Receiving objects:  93% (1112/1195)
  Receiving objects:  94% (1124/1195)
  Receiving objects:  95% (1136/1195)
  Receiving objects:  96% (1148/1195)
  Receiving objects:  97% (1160/1195)
  Receiving objects:  98% (1172/1195)
  Receiving objects:  99% (1184/1195)
  Receiving objects: 100% (1195/1195)
  Receiving objects: 100% (1195/1195), 215.60 KiB | 3.04 MiB/s, done.
  Resolving deltas:   0% (0/842)
  Resolving deltas:   1% (9/842)
  Resolving deltas:   2% (17/842)
  Resolving deltas:   3% (26/842)
  Resolving deltas:   4% (34/842)
  Resolving deltas:   5% (43/842)
  Resolving deltas:   6% (51/842)
  Resolving deltas:   7% (59/842)
  Resolving deltas:   8% (68/842)
  Resolving deltas:   9% (76/842)
  Resolving deltas:  10% (85/842)
  Resolving deltas:  11% (93/842)
  Resolving deltas:  12% (102/842)
  Resolving deltas:  13% (110/842)
  Resolving deltas:  14% (118/842)
  Resolving deltas:  15% (127/842)
  Resolving deltas:  16% (135/842)
  Resolving deltas:  17% (144/842)
  Resolving deltas:  18% (152/842)
  Resolving deltas:  19% (160/842)
  Resolving deltas:  20% (169/842)
  Resolving deltas:  21% (177/842)
  Resolving deltas:  22% (186/842)
  Resolving deltas:  23% (194/842)
  Resolving deltas:  24% (203/842)
  Resolving deltas:  25% (211/842)
  Resolving deltas:  26% (219/842)
  Resolving deltas:  27% (228/842)
  Resolving deltas:  28% (236/842)
  Resolving deltas:  29% (245/842)
  Resolving deltas:  30% (253/842)
  Resolving deltas:  31% (262/842)
  Resolving deltas:  32% (270/842)
  Resolving deltas:  33% (278/842)
  Resolving deltas:  34% (287/842)
  Resolving deltas:  35% (295/842)
  Resolving deltas:  36% (304/842)
  Resolving deltas:  37% (312/842)
  Resolving deltas:  38% (320/842)
  Resolving deltas:  39% (329/842)
  Resolving deltas:  40% (337/842)
  Resolving deltas:  41% (346/842)
  Resolving deltas:  42% (354/842)
  Resolving deltas:  43% (363/842)
  Resolving deltas:  44% (371/842)
  Resolving deltas:  45% (379/842)
  Resolving deltas:  46% (388/842)
  Resolving deltas:  47% (396/842)
  Resolving deltas:  48% (405/842)
  Resolving deltas:  49% (413/842)
  Resolving deltas:  50% (421/842)
  Resolving deltas:  51% (430/842)
  Resolving deltas:  52% (438/842)
  Resolving deltas:  53% (447/842)
  Resolving deltas:  54% (455/842)
  Resolving deltas:  55% (464/842)
  Resolving deltas:  56% (472/842)
  Resolving deltas:  57% (480/842)
  Resolving deltas:  58% (489/842)
  Resolving deltas:  59% (497/842)
  Resolving deltas:  60% (506/842)
  Resolving deltas:  61% (514/842)
  Resolving deltas:  62% (523/842)
  Resolving deltas:  63% (531/842)
  Resolving deltas:  64% (539/842)
  Resolving deltas:  65% (548/842)
  Resolving deltas:  66% (556/842)
  Resolving deltas:  67% (565/842)
  Resolving deltas:  68% (573/842)
  Resolving deltas:  69% (581/842)
  Resolving deltas:  70% (590/842)
  Resolving deltas:  71% (598/842)
  Resolving deltas:  72% (607/842)
  Resolving deltas:  73% (615/842)
  Resolving deltas:  74% (624/842)
  Resolving deltas:  75% (632/842)
  Resolving deltas:  76% (640/842)
  Resolving deltas:  77% (649/842)
  Resolving deltas:  78% (657/842)
  Resolving deltas:  79% (666/842)
  Resolving deltas:  80% (674/842)
  Resolving deltas:  81% (683/842)
  Resolving deltas:  82% (691/842)
  Resolving deltas:  83% (699/842)
  Resolving deltas:  84% (708/842)
  Resolving deltas:  85% (716/842)
  Resolving deltas:  86% (725/842)
  Resolving deltas:  87% (733/842)
  Resolving deltas:  88% (741/842)
  Resolving deltas:  89% (750/842)
  Resolving deltas:  90% (758/842)
  Resolving deltas:  91% (767/842)
  Resolving deltas:  92% (775/842)
  Resolving deltas:  93% (784/842)
  Resolving deltas:  94% (792/842)
  Resolving deltas:  95% (800/842)
  Resolving deltas:  96% (809/842)
  Resolving deltas:  97% (817/842)
  Resolving deltas:  98% (826/842)
  Resolving deltas:  99% (834/842)
  Resolving deltas: 100% (842/842)
  Resolving deltas: 100% (842/842), completed with 335 local objects.
  From https://github.com/openwrt/openwrt
   ! [rejected]        master     -> master  (non-fast-forward)
   * [new branch]      master     -> origin/master
  Error: Process completed with exit code 1.
  ##[debug]Finished: run
  ##[debug]Evaluating condition for step: 'run'
  ##[debug]Evaluating: success()
  ##[debug]Evaluating success:
  ##[debug]=> false
  ##[debug]Result: false
  ##[debug]Evaluating: github.workspace
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating github:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'workspace'
  ##[debug]=> '/home/runner/work/openwrt/openwrt'
  ##[debug]Result: '/home/runner/work/openwrt/openwrt'
  ##[debug]Evaluating: github.event.pull_request.base.ref
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating Index:
  ##[debug]........Evaluating github:
  ##[debug]........=> Object
  ##[debug]........Evaluating String:
  ##[debug]........=> 'event'
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'pull_request'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'base'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'ref'
  ##[debug]=> 'master'
  ##[debug]Result: 'master'
  ##[debug]Evaluating: github.event.pull_request.head.repo.fork
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating Index:
  ##[debug]........Evaluating Index:
  ##[debug]..........Evaluating github:
  ##[debug]..........=> Object
  ##[debug]..........Evaluating String:
  ##[debug]..........=> 'event'
  ##[debug]........=> Object
  ##[debug]........Evaluating String:
  ##[debug]........=> 'pull_request'
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'head'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'repo'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'fork'
  ##[debug]=> true
  ##[debug]Result: true
  ##[debug]Evaluating: steps.glob.outputs.paths-output-file
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'glob'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'paths-output-file'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: inputs.separator
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'separator'
  ##[debug]=> ' '
  ##[debug]Result: ' '
  ##[debug]Evaluating: inputs.path
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'path'
  ##[debug]=> '.'
  ##[debug]Result: '.'
  ##[debug]Evaluating: steps.changed-files-diff-sha.outputs.previous_sha
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files-diff-sha'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'previous_sha'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files-diff-sha.outputs.current_sha
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files-diff-sha'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'current_sha'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files-diff-sha.outputs.target_branch
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files-diff-sha'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'target_branch'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files-diff-sha.outputs.current_branch
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files-diff-sha'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'current_branch'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files-diff-sha.outputs.diff
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files-diff-sha'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'diff'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: inputs.quotepath
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'quotepath'
  ##[debug]=> 'true'
  ##[debug]Result: 'true'
  ##[debug]Evaluating: inputs.include_all_old_new_renamed_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'include_all_old_new_renamed_files'
  ##[debug]=> 'false'
  ##[debug]Result: 'false'
  ##[debug]Evaluating: inputs.old_new_separator
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'old_new_separator'
  ##[debug]=> ','
  ##[debug]Result: ','
  ##[debug]Evaluating: inputs.old_new_files_separator
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'old_new_files_separator'
  ##[debug]=> ' '
  ##[debug]Result: ' '
  ##[debug]Evaluating: inputs.diff_relative
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'diff_relative'
  ##[debug]=> ''
  ##[debug]Result: ''
  ##[debug]Evaluating: inputs.dir_names
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'dir_names'
  ##[debug]=> 'false'
  ##[debug]Result: 'false'
  ##[debug]Evaluating: inputs.dir_names_max_depth
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'dir_names_max_depth'
  ##[debug]=> ''
  ##[debug]Result: ''
  ##[debug]Evaluating: inputs.dir_names_exclude_root
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'dir_names_exclude_root'
  ##[debug]=> 'false'
  ##[debug]Result: 'false'
  ##[debug]Evaluating: inputs.json
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'json'
  ##[debug]=> 'false'
  ##[debug]Result: 'false'
  ##[debug]Evaluating: steps.glob.outputs.has-custom-patterns
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'glob'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'has-custom-patterns'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: inputs.json_raw_format
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating inputs:
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'json_raw_format'
  ##[debug]=> 'false'
  ##[debug]Result: 'false'
  ##[debug]Evaluating condition for step: 'run'
  ##[debug]Evaluating: success()
  ##[debug]Evaluating success:
  ##[debug]=> false
  ##[debug]Result: false
  ##[debug]Evaluating condition for step: 'run'
  ##[debug]Evaluating: (success() && (inputs.write_output_files == 'true'))
  ##[debug]Evaluating And:
  ##[debug]..Evaluating success:
  ##[debug]..=> false
  ##[debug]=> false
  ##[debug]Expanded: (false && (inputs['write_output_files'] == 'true'))
  ##[debug]Result: false
  ##[debug]Evaluating: steps.changed-files.outputs.added_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'added_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.copied_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'copied_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.deleted_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'deleted_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.modified_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'modified_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.renamed_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'renamed_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.all_old_new_renamed_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'all_old_new_renamed_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.type_changed_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'type_changed_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.unmerged_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'unmerged_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.unknown_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'unknown_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.all_changed_and_modified_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'all_changed_and_modified_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.all_changed_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'all_changed_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.any_changed
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'any_changed'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.only_changed
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'only_changed'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.other_changed_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'other_changed_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.all_modified_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'all_modified_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.any_modified
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'any_modified'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.only_modified
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'only_modified'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.other_modified_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'other_modified_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.any_deleted
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'any_deleted'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.only_deleted
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'only_deleted'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Evaluating: steps.changed-files.outputs.other_deleted_files
  ##[debug]Evaluating Index:
  ##[debug]..Evaluating Index:
  ##[debug]....Evaluating Index:
  ##[debug]......Evaluating steps:
  ##[debug]......=> Object
  ##[debug]......Evaluating String:
  ##[debug]......=> 'changed-files'
  ##[debug]....=> Object
  ##[debug]....Evaluating String:
  ##[debug]....=> 'outputs'
  ##[debug]..=> Object
  ##[debug]..Evaluating String:
  ##[debug]..=> 'other_deleted_files'
  ##[debug]=> null
  ##[debug]Result: null
  ##[debug]Finishing: Get changed files

Anything else?

No response

Code of Conduct

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

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
Copy link
Member

Hi @Ansuel this should now be resolved in the latest release

@Ansuel
Copy link
Author

Ansuel commented Feb 14, 2023

@jackton1 can confirm the new release correctly fixed the bug! Thanks for the quick fixup!

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