Giter Site home page Giter Site logo

github-workflow-failure-dispatch's Introduction

Github Workflow Failure Dispatch

This repo contains a workflow which sends a dispatch request to a secondary workflow when workflow jobs have failed. This secondary workflow creates a GitHub issue with context about the failed workflow.

This process currently requires a secondary workflow to be triggered because you cannot retrieve workflow logs from a currently running workflow.

The issues are created in a separate repo at https://github.com/hwwilliams/github-workflow-failure-issue-creation

github-workflow-failure-dispatch's People

Contributors

hwwilliams avatar

Watchers

 avatar  avatar

github-workflow-failure-dispatch's Issues

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2967459070
Workflow name: receive-dispatch

Error

task-1	Something That Will Fail	2022-08-31T22:24:14.1262572Z ##[group]Run Write-Output "Attempting to create the same directory twice" task-1	Something That Will Fail	2022-08-31T22:24:14.1263267Z �[36;1mWrite-Output "Attempting to create the same directory twice"�[0m task-1	Something That Will Fail	2022-08-31T22:24:14.1263790Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1	Something That Will Fail	2022-08-31T22:24:14.1264271Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1	Something That Will Fail	2022-08-31T22:24:14.1965697Z shell: /usr/bin/pwsh -command ". '{0}'" task-1	Something That Will Fail	2022-08-31T22:24:14.1966189Z ##[endgroup] task-1	Something That Will Fail	2022-08-31T22:24:22.9954081Z Attempting to create the same directory twice task-1	Something That Will Fail	2022-08-31T22:24:23.3988245Z  task-1	Something That Will Fail	2022-08-31T22:24:23.3993865Z     Directory: /home/runner/work/github-action-testing/github-action-testing task-1	Something That Will Fail	2022-08-31T22:24:23.4160617Z  task-1	Something That Will Fail	2022-08-31T22:24:23.4161272Z �[32;1mUnixMode   User             Group                 LastWriteTime           Size�[0m task-1	Something That Will Fail	2022-08-31T22:24:23.4161799Z �[32;1m--------   ----             -----                 -------------           ----�[0m task-1	Something That Will Fail	2022-08-31T22:24:23.4162231Z drwxr-xr-x runner           docker             08/31/2022 22:24           4096 task-1	Something That Will Fail	2022-08-31T22:24:23.9526969Z �[91mNew-Item: �[0m/home/runner/work/_temp/f8ea299f-c8ba-4c2b-94ee-9caa2797b6f8.ps1:4 task-1	Something That Will Fail	2022-08-31T22:24:23.9533104Z �[96mLine | task-1	Something That Will Fail	2022-08-31T22:24:23.9534415Z �[96m   4 | �[0m �[96mNew-Item -Path ./testing -ItemType Directory�[0m task-1	Something That Will Fail	2022-08-31T22:24:23.9535133Z �[96m     | �[91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ task-1	Something That Will Fail	2022-08-31T22:24:23.9535981Z �[91m�[96m     | �[91mAn item with the specified name task-1	Something That Will Fail	2022-08-31T22:24:23.9536842Z �[96m     | �[91m/home/runner/work/github-action-testing/github-action-testing/testing already exists. task-1	Something That Will Fail	2022-08-31T22:24:23.9537694Z �[0m task-1	Something That Will Fail	2022-08-31T22:24:24.0589822Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Name: receive-dispatch
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2974209386

Error

job-1	Step 1	2022-09-01T18:58:12.5001744Z ##[group]Run echo "Attempting to create directory"
job-1	Step 1	2022-09-01T18:58:12.5002328Z echo "Attempting to create directory"
job-1	Step 1	2022-09-01T18:58:12.5002729Z mkdir .\testing
job-1	Step 1	2022-09-01T18:58:12.5003104Z mkdir .\testing
job-1	Step 1	2022-09-01T18:58:12.5880086Z shell: /usr/bin/bash -e {0}
job-1	Step 1	2022-09-01T18:58:12.5880527Z ##[endgroup]
job-1	Step 1	2022-09-01T18:58:12.6490486Z mkdir: cannot create directory ‘.testing’: File exists
job-1	Step 1	2022-09-01T18:58:12.6491090Z Attempting to create directory
job-1	Step 1	2022-09-01T18:58:12.6510966Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2973722350
Failed Workflow name: receive-dispatch

Error

job-1	Step 1	2022-09-01T17:35:04.9407452Z ##[group]Run Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T17:35:04.9408091Z Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T17:35:04.9408560Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T17:35:04.9408979Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T17:35:04.9910490Z shell: /usr/bin/pwsh -command ". '{0}'"
job-1	Step 1	2022-09-01T17:35:04.9911305Z ##[endgroup]
job-1	Step 1	2022-09-01T17:35:12.9276895Z Attempting to create directory
job-1	Step 1	2022-09-01T17:35:13.0878197Z 
job-1	Step 1	2022-09-01T17:35:13.0881746Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-1	Step 1	2022-09-01T17:35:13.0882436Z 
job-1	Step 1	2022-09-01T17:35:13.0883032Z UnixMode   User             Group                 LastWriteTime           Size
job-1	Step 1	2022-09-01T17:35:13.0883998Z --------   ----             -----                 -------------           ----
job-1	Step 1	2022-09-01T17:35:13.1105426Z drwxr-xr-x runner           docker             09/01/2022 17:35           4096
job-1	Step 1	2022-09-01T17:35:13.6696909Z New-Item: /home/runner/work/_temp/d710a21a-9e25-4070-8ba0-1be817b32e59.ps1:4
job-1	Step 1	2022-09-01T17:35:13.6697881Z Line |
job-1	Step 1	2022-09-01T17:35:13.6698547Z    4 |  New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T17:35:13.6699110Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-1	Step 1	2022-09-01T17:35:13.6699970Z      | An item with the specified name
job-1	Step 1	2022-09-01T17:35:13.6700712Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-1	Step 1	2022-09-01T17:35:13.6701217Z 
job-1	Step 1	2022-09-01T17:35:13.7336394Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2967496075
Workflow name: receive-dispatch

Error

task-1 Something That Will Fail 2022-08-31T22:33:03.1521375Z ##[group]Run Write-Output "Attempting to create the same directory twice" task-1 Something That Will Fail 2022-08-31T22:33:03.1521989Z Write-Output "Attempting to create the same directory twice" task-1 Something That Will Fail 2022-08-31T22:33:03.1522500Z New-Item -Path ./testing -ItemType Directory task-1 Something That Will Fail 2022-08-31T22:33:03.1523018Z New-Item -Path ./testing -ItemType Directory task-1 Something That Will Fail 2022-08-31T22:33:03.1963232Z shell: /usr/bin/pwsh -command ". '{0}'" task-1 Something That Will Fail 2022-08-31T22:33:03.1963666Z ##[endgroup] task-1 Something That Will Fail 2022-08-31T22:33:11.5712588Z Attempting to create the same directory twice task-1 Something That Will Fail 2022-08-31T22:33:11.7582642Z task-1 Something That Will Fail 2022-08-31T22:33:11.7587547Z Directory: /home/runner/work/github-action-testing/github-action-testing task-1 Something That Will Fail 2022-08-31T22:33:11.7587982Z task-1 Something That Will Fail 2022-08-31T22:33:11.7588367Z UnixMode User Group LastWriteTime Size task-1 Something That Will Fail 2022-08-31T22:33:11.7589258Z -------- ---- ----- ------------- ---- task-1 Something That Will Fail 2022-08-31T22:33:11.7589909Z drwxr-xr-x runner docker 08/31/2022 22:33 4096 task-1 Something That Will Fail 2022-08-31T22:33:12.2657406Z New-Item: /home/runner/work/_temp/d82a61b3-525e-41fc-9124-3019aa7d9481.ps1:4 task-1 Something That Will Fail 2022-08-31T22:33:12.2658022Z Line | task-1 Something That Will Fail 2022-08-31T22:33:12.2658468Z 4 | New-Item -Path ./testing -ItemType Directory task-1 Something That Will Fail 2022-08-31T22:33:12.2658980Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ task-1 Something That Will Fail 2022-08-31T22:33:12.2659339Z | An item with the specified name task-1 Something That Will Fail 2022-08-31T22:33:12.2659955Z | /home/runner/work/github-action-testing/github-action-testing/testing already exists. task-1 Something That Will Fail 2022-08-31T22:33:12.2660368Z task-1 Something That Will Fail 2022-08-31T22:33:12.3704830Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

��t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�2�.�6�3�6�3�8�4�0�Z� �#�#�[�g�r�o�u�p�]�R�u�n� �W�r�i�t�e�-�O�u�t�p�u�t� �"�A�t�t�e�m�p�t�i�n�g� �t�o� �c�r�e�a�t�e� �t�h�e� �s�a�m�e� �d�i�r�e�c�t�o�r�y� �t�w�i�c�e�"�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�2�.�6�3�6�4�8�0�1�Z� �W�r�i�t�e�-�O�u�t�p�u�t� �"�A�t�t�e�m�p�t�i�n�g� �t�o� �c�r�e�a�t�e� �t�h�e� �s�a�m�e� �d�i�r�e�c�t�o�r�y� �t�w�i�c�e�"�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�2�.�6�3�6�5�2�4�5�Z� �N�e�w�-�I�t�e�m� �-�P�a�t�h� �.�/�t�e�s�t�i�n�g� �-�I�t�e�m�T�y�p�e� �D�i�r�e�c�t�o�r�y�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�2�.�6�3�6�5�5�8�0�Z� �N�e�w�-�I�t�e�m� �-�P�a�t�h� �.�/�t�e�s�t�i�n�g� �-�I�t�e�m�T�y�p�e� �D�i�r�e�c�t�o�r�y�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�2�.�7�0�6�3�5�3�1�Z� �s�h�e�l�l�:� �/�u�s�r�/�b�i�n�/�p�w�s�h� �-�c�o�m�m�a�n�d� �"�.� �'�{�0�}�'�"�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�2�.�7�0�6�3�9�9�0�Z� �#�#�[�e�n�d�g�r�o�u�p�]�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�2�8�0�0�0�9�8�Z� �A�t�t�e�m�p�t�i�n�g� �t�o� �c�r�e�a�t�e� �t�h�e� �s�a�m�e� �d�i�r�e�c�t�o�r�y� �t�w�i�c�e�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�4�2�0�4�9�4�3�Z� �
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�4�2�1�0�1�3�4�Z� � � � � �D�i�r�e�c�t�o�r�y�:� �/�h�o�m�e�/�r�u�n�n�e�r�/�w�o�r�k�/�g�i�t�h�u�b�-�a�c�t�i�o�n�-�t�e�s�t�i�n�g�/�g�i�t�h�u�b�-�a�c�t�i�o�n�-�t�e�s�t�i�n�g�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�4�2�1�0�4�3�1�Z� �
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�4�2�1�0�7�5�8�Z� �U�n�i�x�M�o�d�e� � � �U�s�e�r� � � � � � � � � � � � � �G�r�o�u�p� � � � � � � � � � � � � � � � � �L�a�s�t�W�r�i�t�e�T�i�m�e� � � � � � � � � � � �S�i�z�e�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�4�2�1�1�3�2�7�Z� �-�-�-�-�-�-�-�-� � � �-�-�-�-� � � � � � � � � � � � � �-�-�-�-�-� � � � � � � � � � � � � � � � � �-�-�-�-�-�-�-�-�-�-�-�-�-� � � � � � � � � � � �-�-�-�-�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�4�2�1�1�7�9�2�Z� �d�r�w�x�r�-�x�r�-�x� �r�u�n�n�e�r� � � � � � � � � � � �d�o�c�k�e�r� � � � � � � � � � � � � �0�9�/�0�1�/�2�0�2�2� �0�0�:�1�2� � � � � � � � � � � �4�0�9�6�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�7�3�3�1�2�5�2�Z� �N�e�w�-�I�t�e�m�:� �/�h�o�m�e�/�r�u�n�n�e�r�/�w�o�r�k�/�_�t�e�m�p�/�b�d�d�3�4�7�4�f�-�9�1�2�2�-�4�a�5�4�-�a�6�b�f�-�e�f�c�a�6�1�3�f�b�a�1�c�.�p�s�1�:�4�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�7�3�3�2�1�0�6�Z� �L�i�n�e� �|�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�7�3�3�3�6�1�0�Z� � � � �4� �|� � �N�e�w�-�I�t�e�m� �-�P�a�t�h� �.�/�t�e�s�t�i�n�g� �-�I�t�e�m�T�y�p�e� �D�i�r�e�c�t�o�r�y�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�7�3�3�4�1�4�4�Z� � � � � � �|� � �
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�7�3�3�4�5�2�5�Z� � � � � � �|� �A�n� �i�t�e�m� �w�i�t�h� �t�h�e� �s�p�e�c�i�f�i�e�d� �n�a�m�e�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�7�3�3�4�9�7�6�Z� � � � � � �|� �/�h�o�m�e�/�r�u�n�n�e�r�/�w�o�r�k�/�g�i�t�h�u�b�-�a�c�t�i�o�n�-�t�e�s�t�i�n�g�/�g�i�t�h�u�b�-�a�c�t�i�o�n�-�t�e�s�t�i�n�g�/�t�e�s�t�i�n�g� �a�l�r�e�a�d�y� �e�x�i�s�t�s�.�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�7�3�3�5�4�6�8�Z� �
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�2�:�2�5�.�7�8�4�6�6�3�1�Z� �#�#�[�e�r�r�o�r�]�P�r�o�c�e�s�s� �c�o�m�p�l�e�t�e�d� �w�i�t�h� �e�x�i�t� �c�o�d�e� �1�.�

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Name: receive-dispatch
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2974200264

Error

job-1	Step 1	2022-09-01T18:56:46.9923899Z ##[group]Run echo "Attempting to create directory"
job-1	Step 1	2022-09-01T18:56:46.9924778Z echo "Attempting to create directory"
job-1	Step 1	2022-09-01T18:56:46.9925298Z mkdir ./testing
job-1	Step 1	2022-09-01T18:56:46.9925702Z mkdir -Path ./testing
job-1	Step 1	2022-09-01T18:56:47.0714552Z shell: /usr/bin/bash -e {0}
job-1	Step 1	2022-09-01T18:56:47.0715136Z ##[endgroup]
job-1	Step 1	2022-09-01T18:56:47.1291574Z mkdir: invalid option -- 'P'
job-1	Step 1	2022-09-01T18:56:47.1296119Z Try 'mkdir --help' for more information.
job-1	Step 1	2022-09-01T18:56:47.1296663Z Attempting to create directory
job-1	Step 1	2022-09-01T18:56:47.1320695Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2967076931
Workflow name: receive-dispatch
Error: task-1 Something That Will Fail 2022-08-31T21:07:45.1612607Z ##[group]Run Write-Output "Attempting to create the same directory twice" task-1 Something That Will Fail 2022-08-31T21:07:45.1613219Z �[36;1mWrite-Output "Attempting to create the same directory twice"�[0m task-1 Something That Will Fail 2022-08-31T21:07:45.1613711Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:07:45.1614148Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:07:45.2152191Z shell: /usr/bin/pwsh -command ". '{0}'" task-1 Something That Will Fail 2022-08-31T21:07:45.2152643Z ##[endgroup] task-1 Something That Will Fail 2022-08-31T21:07:51.8258330Z Attempting to create the same directory twice task-1 Something That Will Fail 2022-08-31T21:07:51.9560852Z task-1 Something That Will Fail 2022-08-31T21:07:51.9565431Z Directory: /home/runner/work/github-action-testing/github-action-testing task-1 Something That Will Fail 2022-08-31T21:07:51.9565817Z task-1 Something That Will Fail 2022-08-31T21:07:51.9566473Z �[32;1mUnixMode User Group LastWriteTime Size�[0m task-1 Something That Will Fail 2022-08-31T21:07:51.9567133Z �[32;1m-------- ---- ----- ------------- ----�[0m task-1 Something That Will Fail 2022-08-31T21:07:51.9567616Z drwxr-xr-x runner docker 08/31/2022 21:07 4096 task-1 Something That Will Fail 2022-08-31T21:07:52.3273165Z �[91mNew-Item: �[0m/home/runner/work/_temp/36c269fe-90d4-4f43-8c03-b4f8b7e8f0c2.ps1:4 task-1 Something That Will Fail 2022-08-31T21:07:52.3274431Z �[96mLine | task-1 Something That Will Fail 2022-08-31T21:07:52.3274945Z �[96m 4 | �[0m �[96mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:07:52.3275540Z �[96m | �[91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ task-1 Something That Will Fail 2022-08-31T21:07:52.3276039Z �[91m�[96m | �[91mAn item with the specified name task-1 Something That Will Fail 2022-08-31T21:07:52.3276715Z �[96m | �[91m/home/runner/work/github-action-testing/github-action-testing/testing already exists. task-1 Something That Will Fail 2022-08-31T21:07:52.3277182Z �[0m task-1 Something That Will Fail 2022-08-31T21:07:52.4006967Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2968031312
Workflow name: receive-dispatch

Error

job-1	Step 1	2022-09-01T00:36:25.1420718Z ##[group]Run Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T00:36:25.1421349Z Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T00:36:25.1421835Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T00:36:25.1422248Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T00:36:25.1954074Z shell: /usr/bin/pwsh -command ". '{0}'"
job-1	Step 1	2022-09-01T00:36:25.1954556Z ##[endgroup]
job-1	Step 1	2022-09-01T00:36:36.0443863Z Attempting to create directory
job-1	Step 1	2022-09-01T00:36:36.2913913Z 
job-1	Step 1	2022-09-01T00:36:36.2914838Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-1	Step 1	2022-09-01T00:36:36.2915217Z 
job-1	Step 1	2022-09-01T00:36:36.2915548Z UnixMode   User             Group                 LastWriteTime           Size
job-1	Step 1	2022-09-01T00:36:36.2916076Z --------   ----             -----                 -------------           ----
job-1	Step 1	2022-09-01T00:36:36.2916571Z drwxr-xr-x runner           docker             09/01/2022 00:36           4096
job-1	Step 1	2022-09-01T00:36:36.7855302Z New-Item: /home/runner/work/_temp/3644b1b3-0102-4c97-8592-67372f5a538f.ps1:4
job-1	Step 1	2022-09-01T00:36:36.7855913Z Line |
job-1	Step 1	2022-09-01T00:36:36.7856324Z    4 |  New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T00:36:36.7856747Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-1	Step 1	2022-09-01T00:36:36.7857124Z      | An item with the specified name
job-1	Step 1	2022-09-01T00:36:36.7857626Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-1	Step 1	2022-09-01T00:36:36.7857968Z 
job-1	Step 1	2022-09-01T00:36:36.8881420Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2967286170
Workflow name: receive-dispatch

Error

task-1 Something That Will Fail 2022-08-31T21:48:49.0819393Z ##[group]Run Write-Output "Attempting to create the same directory twice" task-1 Something That Will Fail 2022-08-31T21:48:49.0820137Z �[36;1mWrite-Output "Attempting to create the same directory twice"�[0m task-1 Something That Will Fail 2022-08-31T21:48:49.0820765Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:48:49.0821204Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:48:49.1706569Z shell: /usr/bin/pwsh -command ". '{0}'" task-1 Something That Will Fail 2022-08-31T21:48:49.1707359Z ##[endgroup] task-1 Something That Will Fail 2022-08-31T21:49:03.2988494Z Attempting to create the same directory twice task-1 Something That Will Fail 2022-08-31T21:49:03.6312252Z task-1 Something That Will Fail 2022-08-31T21:49:03.6319304Z Directory: /home/runner/work/github-action-testing/github-action-testing task-1 Something That Will Fail 2022-08-31T21:49:03.6368996Z task-1 Something That Will Fail 2022-08-31T21:49:03.6369661Z �[32;1mUnixMode User Group LastWriteTime Size�[0m task-1 Something That Will Fail 2022-08-31T21:49:03.6370414Z �[32;1m-------- ---- ----- ------------- ----�[0m task-1 Something That Will Fail 2022-08-31T21:49:03.6371044Z drwxr-xr-x runner docker 08/31/2022 21:49 4096 task-1 Something That Will Fail 2022-08-31T21:49:04.3872388Z �[91mNew-Item: �[0m/home/runner/work/_temp/90517556-0316-4031-adfc-c9e9073cbf69.ps1:4 task-1 Something That Will Fail 2022-08-31T21:49:04.3875914Z �[96mLine | task-1 Something That Will Fail 2022-08-31T21:49:04.3877113Z �[96m 4 | �[0m �[96mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:49:04.3878428Z �[96m | �[91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ task-1 Something That Will Fail 2022-08-31T21:49:04.3888916Z �[91m�[96m | �[91mAn item with the specified name task-1 Something That Will Fail 2022-08-31T21:49:04.3943776Z �[96m | �[91m/home/runner/work/github-action-testing/github-action-testing/testing already exists. task-1 Something That Will Fail 2022-08-31T21:49:04.3945369Z �[0m task-1 Something That Will Fail 2022-08-31T21:49:04.5191334Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

task-1 Something That Will Fail 2022-09-01T00:16:07.2294636Z ##[group]Run Write-Output "Attempting to create the same directory twice"
task-1 Something That Will Fail 2022-09-01T00:16:07.2295336Z Write-Output "Attempting to create the same directory twice"
task-1 Something That Will Fail 2022-09-01T00:16:07.2295840Z New-Item -Path ./testing -ItemType Directory
task-1 Something That Will Fail 2022-09-01T00:16:07.2296408Z New-Item -Path ./testing -ItemType Directory
task-1 Something That Will Fail 2022-09-01T00:16:07.2785991Z shell: /usr/bin/pwsh -command ". '{0}'"
task-1 Something That Will Fail 2022-09-01T00:16:07.2786425Z ##[endgroup]
task-1 Something That Will Fail 2022-09-01T00:16:12.6607800Z Attempting to create the same directory twice
task-1 Something That Will Fail 2022-09-01T00:16:12.8182152Z
task-1 Something That Will Fail 2022-09-01T00:16:12.8186911Z Directory: /home/runner/work/github-action-testing/github-action-testing
task-1 Something That Will Fail 2022-09-01T00:16:12.8187194Z
task-1 Something That Will Fail 2022-09-01T00:16:12.8187630Z UnixMode User Group LastWriteTime Size
task-1 Something That Will Fail 2022-09-01T00:16:12.8188153Z -------- ---- ----- ------------- ----
task-1 Something That Will Fail 2022-09-01T00:16:12.8188639Z drwxr-xr-x runner docker 09/01/2022 00:16 4096
task-1 Something That Will Fail 2022-09-01T00:16:13.2390496Z New-Item: /home/runner/work/_temp/2fc21ba7-5ee2-457a-9b53-535a8549ca19.ps1:4
task-1 Something That Will Fail 2022-09-01T00:16:13.2391236Z Line |
task-1 Something That Will Fail 2022-09-01T00:16:13.2392047Z 4 | New-Item -Path ./testing -ItemType Directory
task-1 Something That Will Fail 2022-09-01T00:16:13.2393188Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
task-1 Something That Will Fail 2022-09-01T00:16:13.2393772Z | An item with the specified name
task-1 Something That Will Fail 2022-09-01T00:16:13.2394412Z | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
task-1 Something That Will Fail 2022-09-01T00:16:13.2394770Z
task-1 Something That Will Fail 2022-09-01T00:16:13.3256070Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Name: receive-dispatch
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2974251926

Error

job-2	Step 1	2022-09-01T19:04:53.3107736Z ##[group]Run Write-Output "Attempting to create directory"
job-2	Step 1	2022-09-01T19:04:53.3108400Z Write-Output "Attempting to create directory"
job-2	Step 1	2022-09-01T19:04:53.3108934Z New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-01T19:04:53.3109403Z New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-01T19:04:53.3662128Z shell: /usr/bin/pwsh -command ". '{0}'"
job-2	Step 1	2022-09-01T19:04:53.3662780Z ##[endgroup]
job-2	Step 1	2022-09-01T19:05:00.6691503Z Attempting to create directory
job-2	Step 1	2022-09-01T19:05:00.8869823Z 
job-2	Step 1	2022-09-01T19:05:00.8875338Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-2	Step 1	2022-09-01T19:05:00.8875964Z 
job-2	Step 1	2022-09-01T19:05:00.9038050Z UnixMode   User             Group                 LastWriteTime           Size
job-2	Step 1	2022-09-01T19:05:00.9041048Z --------   ----             -----                 -------------           ----
job-2	Step 1	2022-09-01T19:05:00.9041528Z drwxr-xr-x runner           docker             09/01/2022 19:05           4096
job-2	Step 1	2022-09-01T19:05:01.3385160Z New-Item: /home/runner/work/_temp/fbfe9fc3-b4a8-4b6a-bbaf-7df8d5c09813.ps1:4
job-2	Step 1	2022-09-01T19:05:01.3386042Z Line |
job-2	Step 1	2022-09-01T19:05:01.3386615Z    4 |  New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-01T19:05:01.3387196Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-2	Step 1	2022-09-01T19:05:01.3387762Z      | An item with the specified name
job-2	Step 1	2022-09-01T19:05:01.3388493Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-2	Step 1	2022-09-01T19:05:01.3389015Z 
job-2	Step 1	2022-09-01T19:05:01.4221114Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Name: receive-dispatch
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2974305663

Error

job-2	Step 1	2022-09-01T19:13:32.8688171Z ##[group]Run Write-Output "Attempting to create directory"
job-2	Step 1	2022-09-01T19:13:32.8688815Z Write-Output "Attempting to create directory"
job-2	Step 1	2022-09-01T19:13:32.8689310Z New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-01T19:13:32.8689818Z New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-01T19:13:32.9324528Z shell: /usr/bin/pwsh -command ". '{0}'"
job-2	Step 1	2022-09-01T19:13:32.9325094Z ##[endgroup]
job-2	Step 1	2022-09-01T19:13:41.9433089Z Attempting to create directory
job-2	Step 1	2022-09-01T19:13:42.1228148Z 
job-2	Step 1	2022-09-01T19:13:42.1231966Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-2	Step 1	2022-09-01T19:13:42.1232486Z 
job-2	Step 1	2022-09-01T19:13:42.1233089Z UnixMode   User             Group                 LastWriteTime           Size
job-2	Step 1	2022-09-01T19:13:42.1233855Z --------   ----             -----                 -------------           ----
job-2	Step 1	2022-09-01T19:13:42.1405335Z drwxr-xr-x runner           docker             09/01/2022 19:13           4096
job-2	Step 1	2022-09-01T19:13:42.5990247Z New-Item: /home/runner/work/_temp/6a17ac36-12d8-4d93-addc-08e27c91dc69.ps1:4
job-2	Step 1	2022-09-01T19:13:42.5990863Z Line |
job-2	Step 1	2022-09-01T19:13:42.5991292Z    4 |  New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-01T19:13:42.5991746Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-2	Step 1	2022-09-01T19:13:42.5992191Z      | An item with the specified name
job-2	Step 1	2022-09-01T19:13:42.5992767Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-2	Step 1	2022-09-01T19:13:42.5993182Z 
job-2	Step 1	2022-09-01T19:13:42.6879242Z ##[error]Process completed with exit code 1.
job-1	Step 1	2022-09-01T19:13:34.8023009Z ##[group]Run echo "Attempting to create directory"
job-1	Step 1	2022-09-01T19:13:34.8023515Z echo "Attempting to create directory"
job-1	Step 1	2022-09-01T19:13:34.8023813Z mkdir .\testing
job-1	Step 1	2022-09-01T19:13:34.8024074Z mkdir .\testing
job-1	Step 1	2022-09-01T19:13:34.9193926Z shell: /usr/bin/bash -e {0}
job-1	Step 1	2022-09-01T19:13:34.9194342Z ##[endgroup]
job-1	Step 1	2022-09-01T19:13:34.9928236Z mkdir: cannot create directory ‘.testing’: File exists
job-1	Step 1	2022-09-01T19:13:34.9928664Z Attempting to create directory
job-1	Step 1	2022-09-01T19:13:34.9954461Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2966934272
Workflow name: receive-dispatch
Error: task-1 Something That Will Fail 2022-08-31T20:42:24.2339925Z ##[group]Run Write-Output "Attempting to create the same directory twice" task-1 Something That Will Fail 2022-08-31T20:42:24.2340676Z �[36;1mWrite-Output "Attempting to create the same directory twice"�[0m task-1 Something That Will Fail 2022-08-31T20:42:24.2341260Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T20:42:24.2341901Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T20:42:24.3314272Z shell: /usr/bin/pwsh -command ". '{0}'" task-1 Something That Will Fail 2022-08-31T20:42:24.3314740Z ##[endgroup] task-1 Something That Will Fail 2022-08-31T20:42:33.0147977Z Attempting to create the same directory twice task-1 Something That Will Fail 2022-08-31T20:42:33.2406463Z task-1 Something That Will Fail 2022-08-31T20:42:33.2416014Z Directory: /home/runner/work/github-action-testing/github-action-testing task-1 Something That Will Fail 2022-08-31T20:42:33.2416510Z task-1 Something That Will Fail 2022-08-31T20:42:33.2420021Z �[32;1mUnixMode User Group LastWriteTime Size�[0m task-1 Something That Will Fail 2022-08-31T20:42:33.2422057Z �[32;1m-------- ---- ----- ------------- ----�[0m task-1 Something That Will Fail 2022-08-31T20:42:33.2424726Z drwxr-xr-x runner docker 08/31/2022 20:42 4096 task-1 Something That Will Fail 2022-08-31T20:42:33.8920477Z �[91mNew-Item: �[0m/home/runner/work/_temp/cc09c57e-8b5f-42b9-90ce-b1807fd01949.ps1:4 task-1 Something That Will Fail 2022-08-31T20:42:33.8921658Z �[96mLine | task-1 Something That Will Fail 2022-08-31T20:42:33.8922351Z �[96m 4 | �[0m �[96mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T20:42:33.8923097Z �[96m | �[91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ task-1 Something That Will Fail 2022-08-31T20:42:33.8923678Z �[91m�[96m | �[91mAn item with the specified name task-1 Something That Will Fail 2022-08-31T20:42:33.8924605Z �[96m | �[91m/home/runner/work/github-action-testing/github-action-testing/testing already exists. task-1 Something That Will Fail 2022-08-31T20:42:33.8925146Z �[0m task-1 Something That Will Fail 2022-08-31T20:42:33.9933968Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2973775068
Failed Workflow name: receive-dispatch

Error

job-1	Step 1	2022-09-01T17:43:50.4791007Z ##[group]Run Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T17:43:50.4791583Z Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T17:43:50.4792941Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T17:43:50.4793522Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T17:43:50.5769258Z shell: /usr/bin/pwsh -command ". '{0}'"
job-1	Step 1	2022-09-01T17:43:50.5769884Z ##[endgroup]
job-1	Step 1	2022-09-01T17:43:59.6565996Z Attempting to create directory
job-1	Step 1	2022-09-01T17:43:59.8444690Z 
job-1	Step 1	2022-09-01T17:43:59.8450204Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-1	Step 1	2022-09-01T17:43:59.8451016Z 
job-1	Step 1	2022-09-01T17:43:59.8451905Z UnixMode   User             Group                 LastWriteTime           Size
job-1	Step 1	2022-09-01T17:43:59.8453165Z --------   ----             -----                 -------------           ----
job-1	Step 1	2022-09-01T17:43:59.8453960Z drwxr-xr-x runner           docker             09/01/2022 17:43           4096
job-1	Step 1	2022-09-01T17:44:00.2988166Z New-Item: /home/runner/work/_temp/dd653ba2-3d7f-4b9e-a9ee-216d54fcd0cf.ps1:4
job-1	Step 1	2022-09-01T17:44:00.2993110Z Line |
job-1	Step 1	2022-09-01T17:44:00.2994747Z    4 |  New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T17:44:00.2996141Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-1	Step 1	2022-09-01T17:44:00.2997265Z      | An item with the specified name
job-1	Step 1	2022-09-01T17:44:00.2998302Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-1	Step 1	2022-09-01T17:44:00.3000321Z 
job-1	Step 1	2022-09-01T17:44:00.3941295Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

ContextRepository: https://github.com/hwwilliams/github-action-testingFailed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2973870022Failed Workflow name: receive-dispatch### Errortxtjob-1 Step 1 2022-09-01T18:00:47.0349911Z ##[group]Run Write-Output "Attempting to create directory" job-1 Step 1 2022-09-01T18:00:47.0350501Z Write-Output "Attempting to create directory" job-1 Step 1 2022-09-01T18:00:47.0350972Z New-Item -Path ./testing -ItemType Directory job-1 Step 1 2022-09-01T18:00:47.0351349Z New-Item -Path ./testing -ItemType Directory job-1 Step 1 2022-09-01T18:00:47.0806639Z shell: /usr/bin/pwsh -command ". '{0}'" job-1 Step 1 2022-09-01T18:00:47.0807085Z ##[endgroup] job-1 Step 1 2022-09-01T18:00:56.2642412Z Attempting to create directory job-1 Step 1 2022-09-01T18:00:56.4491024Z job-1 Step 1 2022-09-01T18:00:56.4496375Z Directory: /home/runner/work/github-action-testing/github-action-testing job-1 Step 1 2022-09-01T18:00:56.4497088Z job-1 Step 1 2022-09-01T18:00:56.4497875Z UnixMode User Group LastWriteTime Size job-1 Step 1 2022-09-01T18:00:56.4498711Z -------- ---- ----- ------------- ---- job-1 Step 1 2022-09-01T18:00:56.4499783Z drwxr-xr-x runner docker 09/01/2022 18:00 4096 job-1 Step 1 2022-09-01T18:00:56.9915881Z New-Item: /home/runner/work/_temp/be744bb0-faea-4930-a17c-07494b5aa709.ps1:4 job-1 Step 1 2022-09-01T18:00:56.9916567Z Line | job-1 Step 1 2022-09-01T18:00:56.9917258Z 4 | New-Item -Path ./testing -ItemType Directory job-1 Step 1 2022-09-01T18:00:56.9917846Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ job-1 Step 1 2022-09-01T18:00:56.9918369Z | An item with the specified name job-1 Step 1 2022-09-01T18:00:56.9918969Z | /home/runner/work/github-action-testing/github-action-testing/testing already exists. job-1 Step 1 2022-09-01T18:00:56.9919503Z job-1 Step 1 2022-09-01T18:00:57.0587017Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

ContextRepository: https://github.com/hwwilliams/github-action-testingFailed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2973851406Failed Workflow name: receive-dispatch### Errortxtjob-1 Step 1 2022-09-01T17:57:17.2256250Z ##[group]Run Write-Output "Attempting to create directory" job-1 Step 1 2022-09-01T17:57:17.2256819Z Write-Output "Attempting to create directory" job-1 Step 1 2022-09-01T17:57:17.2257328Z New-Item -Path ./testing -ItemType Directory job-1 Step 1 2022-09-01T17:57:17.2257800Z New-Item -Path ./testing -ItemType Directory job-1 Step 1 2022-09-01T17:57:17.2890262Z shell: /usr/bin/pwsh -command ". '{0}'" job-1 Step 1 2022-09-01T17:57:17.2890757Z ##[endgroup] job-1 Step 1 2022-09-01T17:57:26.8523661Z Attempting to create directory job-1 Step 1 2022-09-01T17:57:27.0708973Z job-1 Step 1 2022-09-01T17:57:27.0711959Z Directory: /home/runner/work/github-action-testing/github-action-testing job-1 Step 1 2022-09-01T17:57:27.0712265Z job-1 Step 1 2022-09-01T17:57:27.0712549Z UnixMode User Group LastWriteTime Size job-1 Step 1 2022-09-01T17:57:27.0713002Z -------- ---- ----- ------------- ---- job-1 Step 1 2022-09-01T17:57:27.0713438Z drwxr-xr-x runner docker 09/01/2022 17:57 4096 job-1 Step 1 2022-09-01T17:57:27.6280877Z New-Item: /home/runner/work/_temp/ea7ccb6f-f865-4aa0-a9f1-46bfd050803f.ps1:4 job-1 Step 1 2022-09-01T17:57:27.6285812Z Line | job-1 Step 1 2022-09-01T17:57:27.6287169Z 4 | New-Item -Path ./testing -ItemType Directory job-1 Step 1 2022-09-01T17:57:27.6288009Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ job-1 Step 1 2022-09-01T17:57:27.6288929Z | An item with the specified name job-1 Step 1 2022-09-01T17:57:27.6289745Z | /home/runner/work/github-action-testing/github-action-testing/testing already exists. job-1 Step 1 2022-09-01T17:57:27.6290622Z job-1 Step 1 2022-09-01T17:57:27.7351110Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2968131966
Failed Workflow name: receive-dispatch

Error

job-1	Step 1	2022-09-01T01:01:46.3346557Z ##[group]Run Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T01:01:46.3347151Z Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T01:01:46.3347572Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T01:01:46.3348089Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T01:01:46.3831127Z shell: /usr/bin/pwsh -command ". '{0}'"
job-1	Step 1	2022-09-01T01:01:46.3831504Z ##[endgroup]
job-1	Step 1	2022-09-01T01:01:54.8612692Z Attempting to create directory
job-1	Step 1	2022-09-01T01:01:55.0426869Z 
job-1	Step 1	2022-09-01T01:01:55.0432207Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-1	Step 1	2022-09-01T01:01:55.0432608Z 
job-1	Step 1	2022-09-01T01:01:55.0432889Z UnixMode   User             Group                 LastWriteTime           Size
job-1	Step 1	2022-09-01T01:01:55.0433395Z --------   ----             -----                 -------------           ----
job-1	Step 1	2022-09-01T01:01:55.0433901Z drwxr-xr-x runner           docker             09/01/2022 01:01           4096
job-1	Step 1	2022-09-01T01:01:55.6718496Z New-Item: /home/runner/work/_temp/1eefeae9-197b-473b-9e46-d3c559f9d97e.ps1:4
job-1	Step 1	2022-09-01T01:01:55.6719367Z Line |
job-1	Step 1	2022-09-01T01:01:55.6720185Z    4 |  New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T01:01:55.6720746Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-1	Step 1	2022-09-01T01:01:55.6721488Z      | An item with the specified name
job-1	Step 1	2022-09-01T01:01:55.6722168Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-1	Step 1	2022-09-01T01:01:55.6722672Z 
job-1	Step 1	2022-09-01T01:01:55.7907835Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2968006826
Workflow name: receive-dispatch

Error

task-1	Something That Will Fail	2022-09-01T00:30:59.7426741Z ##[group]Run Write-Output "Attempting to create the same directory twice"
task-1	Something That Will Fail	2022-09-01T00:30:59.7427425Z Write-Output "Attempting to create the same directory twice"
task-1	Something That Will Fail	2022-09-01T00:30:59.7427890Z New-Item -Path ./testing -ItemType Directory
task-1	Something That Will Fail	2022-09-01T00:30:59.7428358Z New-Item -Path ./testing -ItemType Directory
task-1	Something That Will Fail	2022-09-01T00:30:59.8114953Z shell: /usr/bin/pwsh -command ". '{0}'"
task-1	Something That Will Fail	2022-09-01T00:30:59.8115362Z ##[endgroup]
task-1	Something That Will Fail	2022-09-01T00:31:09.5810441Z Attempting to create the same directory twice
task-1	Something That Will Fail	2022-09-01T00:31:09.9027929Z 
task-1	Something That Will Fail	2022-09-01T00:31:09.9058078Z     Directory: /home/runner/work/github-action-testing/github-action-testing
task-1	Something That Will Fail	2022-09-01T00:31:09.9058383Z 
task-1	Something That Will Fail	2022-09-01T00:31:09.9058685Z UnixMode   User             Group                 LastWriteTime           Size
task-1	Something That Will Fail	2022-09-01T00:31:09.9059146Z --------   ----             -----                 -------------           ----
task-1	Something That Will Fail	2022-09-01T00:31:09.9059584Z drwxr-xr-x runner           docker             09/01/2022 00:31           4096
task-1	Something That Will Fail	2022-09-01T00:31:10.4884819Z New-Item: /home/runner/work/_temp/71740f80-ae2d-4ac7-9223-ec10b15c8ea4.ps1:4
task-1	Something That Will Fail	2022-09-01T00:31:10.4885385Z Line |
task-1	Something That Will Fail	2022-09-01T00:31:10.4889998Z    4 |  New-Item -Path ./testing -ItemType Directory
task-1	Something That Will Fail	2022-09-01T00:31:10.4890459Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
task-1	Something That Will Fail	2022-09-01T00:31:10.4890801Z      | An item with the specified name
task-1	Something That Will Fail	2022-09-01T00:31:10.4891308Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
task-1	Something That Will Fail	2022-09-01T00:31:10.4891637Z 
task-1	Something That Will Fail	2022-09-01T00:31:10.5836706Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2967032402
Workflow name: receive-dispatch
Error: task-1 Something That Will Fail 2022-08-31T21:00:30.7446336Z ##[group]Run Write-Output "Attempting to create the same directory twice" task-1 Something That Will Fail 2022-08-31T21:00:30.7446982Z �[36;1mWrite-Output "Attempting to create the same directory twice"�[0m task-1 Something That Will Fail 2022-08-31T21:00:30.7447423Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:00:30.7447846Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:00:30.7955212Z shell: /usr/bin/pwsh -command ". '{0}'" task-1 Something That Will Fail 2022-08-31T21:00:30.7955635Z ##[endgroup] task-1 Something That Will Fail 2022-08-31T21:00:37.3306883Z Attempting to create the same directory twice task-1 Something That Will Fail 2022-08-31T21:00:37.5724257Z task-1 Something That Will Fail 2022-08-31T21:00:37.5729776Z Directory: /home/runner/work/github-action-testing/github-action-testing task-1 Something That Will Fail 2022-08-31T21:00:37.5732237Z task-1 Something That Will Fail 2022-08-31T21:00:37.5734460Z �[32;1mUnixMode User Group LastWriteTime Size�[0m task-1 Something That Will Fail 2022-08-31T21:00:37.5737005Z �[32;1m-------- ---- ----- ------------- ----�[0m task-1 Something That Will Fail 2022-08-31T21:00:37.5739523Z drwxr-xr-x runner docker 08/31/2022 21:00 4096 task-1 Something That Will Fail 2022-08-31T21:00:37.9874222Z �[91mNew-Item: �[0m/home/runner/work/_temp/2f0416ad-46b3-4e72-99b5-d60bbb73a9a9.ps1:4 task-1 Something That Will Fail 2022-08-31T21:00:37.9876972Z �[96mLine | task-1 Something That Will Fail 2022-08-31T21:00:37.9877577Z �[96m 4 | �[0m �[96mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:00:37.9878166Z �[96m | �[91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ task-1 Something That Will Fail 2022-08-31T21:00:37.9878671Z �[91m�[96m | �[91mAn item with the specified name task-1 Something That Will Fail 2022-08-31T21:00:37.9879441Z �[96m | �[91m/home/runner/work/github-action-testing/github-action-testing/testing already exists. task-1 Something That Will Fail 2022-08-31T21:00:37.9879965Z �[0m task-1 Something That Will Fail 2022-08-31T21:00:38.0802594Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2968261264
Failed Workflow name: receive-dispatch

Error

job-1	Step 1	2022-09-01T01:33:56.1285297Z ##[group]Run Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T01:33:56.1285861Z Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T01:33:56.1286327Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T01:33:56.1286742Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T01:33:56.1820371Z shell: /usr/bin/pwsh -command ". '{0}'"
job-1	Step 1	2022-09-01T01:33:56.1820900Z ##[endgroup]
job-1	Step 1	2022-09-01T01:34:05.9834317Z Attempting to create directory
job-1	Step 1	2022-09-01T01:34:06.2684040Z 
job-1	Step 1	2022-09-01T01:34:06.2881659Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-1	Step 1	2022-09-01T01:34:06.2932768Z 
job-1	Step 1	2022-09-01T01:34:06.2933551Z UnixMode   User             Group                 LastWriteTime           Size
job-1	Step 1	2022-09-01T01:34:06.2934071Z --------   ----             -----                 -------------           ----
job-1	Step 1	2022-09-01T01:34:06.2934524Z drwxr-xr-x runner           docker             09/01/2022 01:34           4096
job-1	Step 1	2022-09-01T01:34:06.9004580Z New-Item: /home/runner/work/_temp/09764b1c-edc7-40b3-8a27-caec27001c28.ps1:4
job-1	Step 1	2022-09-01T01:34:06.9005190Z Line |
job-1	Step 1	2022-09-01T01:34:06.9028884Z    4 |  New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T01:34:06.9029745Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-1	Step 1	2022-09-01T01:34:06.9030134Z      | An item with the specified name
job-1	Step 1	2022-09-01T01:34:06.9030613Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-1	Step 1	2022-09-01T01:34:06.9030929Z 
job-1	Step 1	2022-09-01T01:34:06.9779959Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2968019997
Workflow name: receive-dispatch

Error

job-1	Step 1	2022-09-01T00:33:46.1143177Z ##[group]Run Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T00:33:46.1143899Z Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T00:33:46.1144428Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T00:33:46.1144892Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T00:33:46.1791947Z shell: /usr/bin/pwsh -command ". '{0}'"
job-1	Step 1	2022-09-01T00:33:46.1792466Z ##[endgroup]
job-1	Step 1	2022-09-01T00:33:52.1679522Z Attempting to create directory
job-1	Step 1	2022-09-01T00:33:52.3204996Z 
job-1	Step 1	2022-09-01T00:33:52.3209842Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-1	Step 1	2022-09-01T00:33:52.3212727Z 
job-1	Step 1	2022-09-01T00:33:52.3215318Z UnixMode   User             Group                 LastWriteTime           Size
job-1	Step 1	2022-09-01T00:33:52.3424811Z --------   ----             -----                 -------------           ----
job-1	Step 1	2022-09-01T00:33:52.3428504Z drwxr-xr-x runner           docker             09/01/2022 00:33           4096
job-1	Step 1	2022-09-01T00:33:52.7131029Z New-Item: /home/runner/work/_temp/459424de-1132-4794-a142-9e0c2e0b7b13.ps1:4
job-1	Step 1	2022-09-01T00:33:52.7133709Z Line |
job-1	Step 1	2022-09-01T00:33:52.7134407Z    4 |  New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T00:33:52.7134926Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-1	Step 1	2022-09-01T00:33:52.7135575Z      | An item with the specified name
job-1	Step 1	2022-09-01T00:33:52.7136272Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-1	Step 1	2022-09-01T00:33:52.7136764Z 
job-1	Step 1	2022-09-01T00:33:52.7786167Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2967225708
Workflow name: receive-dispatch

Error

task-1 Something That Will Fail 2022-08-31T21:36:13.1238362Z ##[group]Run Write-Output "Attempting to create the same directory twice" task-1 Something That Will Fail 2022-08-31T21:36:13.1239051Z �[36;1mWrite-Output "Attempting to create the same directory twice"�[0m task-1 Something That Will Fail 2022-08-31T21:36:13.1239669Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:36:13.1240260Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:36:13.1821662Z shell: /usr/bin/pwsh -command ". '{0}'" task-1 Something That Will Fail 2022-08-31T21:36:13.1822369Z ##[endgroup] task-1 Something That Will Fail 2022-08-31T21:36:22.7134635Z Attempting to create the same directory twice task-1 Something That Will Fail 2022-08-31T21:36:22.8941638Z task-1 Something That Will Fail 2022-08-31T21:36:22.8942406Z Directory: /home/runner/work/github-action-testing/github-action-testing task-1 Something That Will Fail 2022-08-31T21:36:22.8942762Z task-1 Something That Will Fail 2022-08-31T21:36:22.8943140Z �[32;1mUnixMode User Group LastWriteTime Size�[0m task-1 Something That Will Fail 2022-08-31T21:36:22.8943758Z �[32;1m-------- ---- ----- ------------- ----�[0m task-1 Something That Will Fail 2022-08-31T21:36:22.9109479Z drwxr-xr-x runner docker 08/31/2022 21:36 4096 task-1 Something That Will Fail 2022-08-31T21:36:23.4316252Z �[91mNew-Item: �[0m/home/runner/work/_temp/c0c9973b-543f-4f1c-9479-cbf5f5d952ac.ps1:4 task-1 Something That Will Fail 2022-08-31T21:36:23.4329392Z �[96mLine | task-1 Something That Will Fail 2022-08-31T21:36:23.4330263Z �[96m 4 | �[0m �[96mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T21:36:23.4331523Z �[96m | �[91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ task-1 Something That Will Fail 2022-08-31T21:36:23.4332148Z �[91m�[96m | �[91mAn item with the specified name task-1 Something That Will Fail 2022-08-31T21:36:23.4333230Z �[96m | �[91m/home/runner/work/github-action-testing/github-action-testing/testing already exists. task-1 Something That Will Fail 2022-08-31T21:36:23.4333860Z �[0m task-1 Something That Will Fail 2022-08-31T21:36:23.5691737Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

��t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�1�7�.�4�7�3�7�6�6�6�Z� �#�#�[�g�r�o�u�p�]�R�u�n� �W�r�i�t�e�-�O�u�t�p�u�t� �"�A�t�t�e�m�p�t�i�n�g� �t�o� �c�r�e�a�t�e� �t�h�e� �s�a�m�e� �d�i�r�e�c�t�o�r�y� �t�w�i�c�e�"�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�1�7�.�4�7�3�8�5�3�0�Z� �W�r�i�t�e�-�O�u�t�p�u�t� �"�A�t�t�e�m�p�t�i�n�g� �t�o� �c�r�e�a�t�e� �t�h�e� �s�a�m�e� �d�i�r�e�c�t�o�r�y� �t�w�i�c�e�"�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�1�7�.�4�7�3�9�0�7�9�Z� �N�e�w�-�I�t�e�m� �-�P�a�t�h� �.�/�t�e�s�t�i�n�g� �-�I�t�e�m�T�y�p�e� �D�i�r�e�c�t�o�r�y�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�1�7�.�4�7�3�9�6�3�9�Z� �N�e�w�-�I�t�e�m� �-�P�a�t�h� �.�/�t�e�s�t�i�n�g� �-�I�t�e�m�T�y�p�e� �D�i�r�e�c�t�o�r�y�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�1�7�.�5�4�1�7�6�4�9�Z� �s�h�e�l�l�:� �/�u�s�r�/�b�i�n�/�p�w�s�h� �-�c�o�m�m�a�n�d� �"�.� �'�{�0�}�'�"�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�1�7�.�5�4�1�8�0�3�7�Z� �#�#�[�e�n�d�g�r�o�u�p�]�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�6�.�3�6�1�8�9�1�5�Z� �A�t�t�e�m�p�t�i�n�g� �t�o� �c�r�e�a�t�e� �t�h�e� �s�a�m�e� �d�i�r�e�c�t�o�r�y� �t�w�i�c�e�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�6�.�5�8�2�3�9�4�9�Z� �
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�6�.�5�8�3�4�3�6�9�Z� � � � � �D�i�r�e�c�t�o�r�y�:� �/�h�o�m�e�/�r�u�n�n�e�r�/�w�o�r�k�/�g�i�t�h�u�b�-�a�c�t�i�o�n�-�t�e�s�t�i�n�g�/�g�i�t�h�u�b�-�a�c�t�i�o�n�-�t�e�s�t�i�n�g�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�6�.�5�8�3�5�5�8�3�Z� �
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�6�.�5�8�3�6�1�2�2�Z� �U�n�i�x�M�o�d�e� � � �U�s�e�r� � � � � � � � � � � � � �G�r�o�u�p� � � � � � � � � � � � � � � � � �L�a�s�t�W�r�i�t�e�T�i�m�e� � � � � � � � � � � �S�i�z�e�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�6�.�5�8�3�7�3�5�1�Z� �-�-�-�-�-�-�-�-� � � �-�-�-�-� � � � � � � � � � � � � �-�-�-�-�-� � � � � � � � � � � � � � � � � �-�-�-�-�-�-�-�-�-�-�-�-�-� � � � � � � � � � � �-�-�-�-�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�6�.�5�8�3�8�0�6�4�Z� �d�r�w�x�r�-�x�r�-�x� �r�u�n�n�e�r� � � � � � � � � � � �d�o�c�k�e�r� � � � � � � � � � � � � �0�9�/�0�1�/�2�0�2�2� �0�0�:�1�4� � � � � � � � � � � �4�0�9�6�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�7�.�0�5�2�8�9�0�6�Z� �N�e�w�-�I�t�e�m�:� �/�h�o�m�e�/�r�u�n�n�e�r�/�w�o�r�k�/�_�t�e�m�p�/�f�9�8�e�5�b�c�9�-�c�3�7�4�-�4�1�c�b�-�b�4�b�1�-�6�7�5�9�e�6�4�6�1�a�7�c�.�p�s�1�:�4�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�7�.�0�5�3�0�2�2�0�Z� �L�i�n�e� �|�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�7�.�0�5�5�5�8�8�2�Z� � � � �4� �|� � �N�e�w�-�I�t�e�m� �-�P�a�t�h� �.�/�t�e�s�t�i�n�g� �-�I�t�e�m�T�y�p�e� �D�i�r�e�c�t�o�r�y�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�7�.�0�5�5�6�9�8�2�Z� � � � � � �|� � �
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�7�.�0�5�5�8�0�8�8�Z� � � � � � �|� �A�n� �i�t�e�m� �w�i�t�h� �t�h�e� �s�p�e�c�i�f�i�e�d� �n�a�m�e�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�7�.�0�5�5�9�0�7�8�Z� � � � � � �|� �/�h�o�m�e�/�r�u�n�n�e�r�/�w�o�r�k�/�g�i�t�h�u�b�-�a�c�t�i�o�n�-�t�e�s�t�i�n�g�/�g�i�t�h�u�b�-�a�c�t�i�o�n�-�t�e�s�t�i�n�g�/�t�e�s�t�i�n�g� �a�l�r�e�a�d�y� �e�x�i�s�t�s�.�
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�7�.�0�5�6�0�1�1�9�Z� �
�t�a�s�k�-�1� �S�o�m�e�t�h�i�n�g� �T�h�a�t� �W�i�l�l� �F�a�i�l� �2�0�2�2�-�0�9�-�0�1�T�0�0�:�1�4�:�2�7�.�1�3�5�6�5�3�3�Z� �#�#�[�e�r�r�o�r�]�P�r�o�c�e�s�s� �c�o�m�p�l�e�t�e�d� �w�i�t�h� �e�x�i�t� �c�o�d�e� �1�.�

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Name: receive-dispatch
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2981046112

Error

job-1	Step 1	2022-09-02T18:17:17.4513919Z ##[group]Run echo "Attempting to create directory"
job-1	Step 1	2022-09-02T18:17:17.4514560Z echo "Attempting to create directory"
job-1	Step 1	2022-09-02T18:17:17.4514939Z mkdir .\testing
job-1	Step 1	2022-09-02T18:17:17.4515263Z mkdir .\testing
job-1	Step 1	2022-09-02T18:17:17.5302641Z shell: /usr/bin/bash -e {0}
job-1	Step 1	2022-09-02T18:17:17.5303135Z ##[endgroup]
job-1	Step 1	2022-09-02T18:17:17.6089974Z mkdir: cannot create directory ‘.testing’: File exists
job-1	Step 1	2022-09-02T18:17:17.6090537Z Attempting to create directory
job-1	Step 1	2022-09-02T18:17:17.6117024Z ##[error]Process completed with exit code 1.
job-2	Step 1	2022-09-02T18:17:16.2490856Z ##[group]Run Write-Output "Attempting to create directory"
job-2	Step 1	2022-09-02T18:17:16.2491557Z Write-Output "Attempting to create directory"
job-2	Step 1	2022-09-02T18:17:16.2492049Z New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-02T18:17:16.2492749Z New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-02T18:17:16.3380733Z shell: /usr/bin/pwsh -command ". '{0}'"
job-2	Step 1	2022-09-02T18:17:16.3381207Z ##[endgroup]
job-2	Step 1	2022-09-02T18:17:22.5055763Z Attempting to create directory
job-2	Step 1	2022-09-02T18:17:22.6781368Z 
job-2	Step 1	2022-09-02T18:17:22.6782255Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-2	Step 1	2022-09-02T18:17:22.6782843Z 
job-2	Step 1	2022-09-02T18:17:22.6783142Z UnixMode   User             Group                 LastWriteTime           Size
job-2	Step 1	2022-09-02T18:17:22.6783593Z --------   ----             -----                 -------------           ----
job-2	Step 1	2022-09-02T18:17:22.6784036Z drwxr-xr-x runner           docker             09/02/2022 18:17           4096
job-2	Step 1	2022-09-02T18:17:23.1886646Z New-Item: /home/runner/work/_temp/73a82af6-c91e-46c4-9957-17dd4fbc1d1c.ps1:4
job-2	Step 1	2022-09-02T18:17:23.1887667Z Line |
job-2	Step 1	2022-09-02T18:17:23.1888815Z    4 |  New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-02T18:17:23.1890046Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-2	Step 1	2022-09-02T18:17:23.1891051Z      | An item with the specified name
job-2	Step 1	2022-09-02T18:17:23.1891906Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-2	Step 1	2022-09-02T18:17:23.1892832Z 
job-2	Step 1	2022-09-02T18:17:23.2865192Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2967973193
Workflow name: receive-dispatch

Error

task-1	Something That Will Fail	2022-09-01T00:23:42.4580726Z ##[group]Run Write-Output "Attempting to create the same directory twice"
task-1	Something That Will Fail	2022-09-01T00:23:42.4581465Z Write-Output "Attempting to create the same directory twice"
task-1	Something That Will Fail	2022-09-01T00:23:42.4581956Z New-Item -Path ./testing -ItemType Directory
task-1	Something That Will Fail	2022-09-01T00:23:42.4582370Z New-Item -Path ./testing -ItemType Directory
task-1	Something That Will Fail	2022-09-01T00:23:42.5152634Z shell: /usr/bin/pwsh -command ". '{0}'"
task-1	Something That Will Fail	2022-09-01T00:23:42.5153087Z ##[endgroup]
task-1	Something That Will Fail	2022-09-01T00:23:51.2091292Z Attempting to create the same directory twice
task-1	Something That Will Fail	2022-09-01T00:23:51.5104655Z 
task-1	Something That Will Fail	2022-09-01T00:23:51.5113102Z     Directory: /home/runner/work/github-action-testing/github-action-testing
task-1	Something That Will Fail	2022-09-01T00:23:51.5113729Z 
task-1	Something That Will Fail	2022-09-01T00:23:51.5114376Z UnixMode   User             Group                 LastWriteTime           Size
task-1	Something That Will Fail	2022-09-01T00:23:51.5271648Z --------   ----             -----                 -------------           ----
task-1	Something That Will Fail	2022-09-01T00:23:51.5272087Z drwxr-xr-x runner           docker             09/01/2022 00:23           4096
task-1	Something That Will Fail	2022-09-01T00:23:52.1058409Z New-Item: /home/runner/work/_temp/b1e95cf4-a1e4-43d8-a94f-31005a4aca25.ps1:4
task-1	Something That Will Fail	2022-09-01T00:23:52.1059495Z Line |
task-1	Something That Will Fail	2022-09-01T00:23:52.1060527Z    4 |  New-Item -Path ./testing -ItemType Directory
task-1	Something That Will Fail	2022-09-01T00:23:52.1061302Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
task-1	Something That Will Fail	2022-09-01T00:23:52.1062198Z      | An item with the specified name
task-1	Something That Will Fail	2022-09-01T00:23:52.1063003Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
task-1	Something That Will Fail	2022-09-01T00:23:52.1063869Z 
task-1	Something That Will Fail	2022-09-01T00:23:52.2141663Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Name: receive-dispatch
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2974334312

Error

job-1	Step 1	2022-09-01T19:18:26.7579861Z ##[group]Run echo "Attempting to create directory"
job-1	Step 1	2022-09-01T19:18:26.7580552Z echo "Attempting to create directory"
job-1	Step 1	2022-09-01T19:18:26.7581035Z mkdir .\testing
job-1	Step 1	2022-09-01T19:18:26.7581385Z mkdir .\testing
job-1	Step 1	2022-09-01T19:18:26.8314354Z shell: /usr/bin/bash -e {0}
job-1	Step 1	2022-09-01T19:18:26.8314877Z ##[endgroup]
job-1	Step 1	2022-09-01T19:18:26.8847055Z mkdir: cannot create directory ‘.testing’: File exists
job-1	Step 1	2022-09-01T19:18:26.8847702Z Attempting to create directory
job-1	Step 1	2022-09-01T19:18:26.8867011Z ##[error]Process completed with exit code 1.
job-2	Step 1	2022-09-01T19:18:24.0545100Z ##[group]Run Write-Output "Attempting to create directory"
job-2	Step 1	2022-09-01T19:18:24.0545742Z Write-Output "Attempting to create directory"
job-2	Step 1	2022-09-01T19:18:24.0546230Z New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-01T19:18:24.0546703Z New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-01T19:18:24.1112548Z shell: /usr/bin/pwsh -command ". '{0}'"
job-2	Step 1	2022-09-01T19:18:24.1113027Z ##[endgroup]
job-2	Step 1	2022-09-01T19:18:32.6726840Z Attempting to create directory
job-2	Step 1	2022-09-01T19:18:32.9034359Z 
job-2	Step 1	2022-09-01T19:18:32.9039489Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-2	Step 1	2022-09-01T19:18:32.9040200Z 
job-2	Step 1	2022-09-01T19:18:32.9040711Z UnixMode   User             Group                 LastWriteTime           Size
job-2	Step 1	2022-09-01T19:18:32.9041639Z --------   ----             -----                 -------------           ----
job-2	Step 1	2022-09-01T19:18:32.9042303Z drwxr-xr-x runner           docker             09/01/2022 19:18           4096
job-2	Step 1	2022-09-01T19:18:33.3459751Z New-Item: /home/runner/work/_temp/bc21dc8f-0dc8-4210-b02a-4229367a92f3.ps1:4
job-2	Step 1	2022-09-01T19:18:33.3460592Z Line |
job-2	Step 1	2022-09-01T19:18:33.3461190Z    4 |  New-Item -Path ./testing -ItemType Directory
job-2	Step 1	2022-09-01T19:18:33.3461760Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-2	Step 1	2022-09-01T19:18:33.3462326Z      | An item with the specified name
job-2	Step 1	2022-09-01T19:18:33.3463044Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-2	Step 1	2022-09-01T19:18:33.3463565Z 
job-2	Step 1	2022-09-01T19:18:33.4386211Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2966950093
Workflow name: receive-dispatch
Error: task-1 Something That Will Fail 2022-08-31T20:45:24.5191467Z ##[group]Run Write-Output "Attempting to create the same directory twice" task-1 Something That Will Fail 2022-08-31T20:45:24.5192250Z �[36;1mWrite-Output "Attempting to create the same directory twice"�[0m task-1 Something That Will Fail 2022-08-31T20:45:24.5192844Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T20:45:24.5193317Z �[36;1mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T20:45:24.5830712Z shell: /usr/bin/pwsh -command ". '{0}'" task-1 Something That Will Fail 2022-08-31T20:45:24.5831212Z ##[endgroup] task-1 Something That Will Fail 2022-08-31T20:45:34.1657759Z Attempting to create the same directory twice task-1 Something That Will Fail 2022-08-31T20:45:34.4568892Z task-1 Something That Will Fail 2022-08-31T20:45:34.4574913Z Directory: /home/runner/work/github-action-testing/github-action-testing task-1 Something That Will Fail 2022-08-31T20:45:34.4575694Z task-1 Something That Will Fail 2022-08-31T20:45:34.4576829Z �[32;1mUnixMode User Group LastWriteTime Size�[0m task-1 Something That Will Fail 2022-08-31T20:45:34.4577668Z �[32;1m-------- ---- ----- ------------- ----�[0m task-1 Something That Will Fail 2022-08-31T20:45:34.4578645Z drwxr-xr-x runner docker 08/31/2022 20:45 4096 task-1 Something That Will Fail 2022-08-31T20:45:35.0606655Z �[91mNew-Item: �[0m/home/runner/work/_temp/b993a32d-99f1-4255-bb61-393ae208d8dc.ps1:4 task-1 Something That Will Fail 2022-08-31T20:45:35.0607758Z �[96mLine | task-1 Something That Will Fail 2022-08-31T20:45:35.0608520Z �[96m 4 | �[0m �[96mNew-Item -Path ./testing -ItemType Directory�[0m task-1 Something That Will Fail 2022-08-31T20:45:35.0609443Z �[96m | �[91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ task-1 Something That Will Fail 2022-08-31T20:45:35.0610124Z �[91m�[96m | �[91mAn item with the specified name task-1 Something That Will Fail 2022-08-31T20:45:35.0610862Z �[96m | �[91m/home/runner/work/github-action-testing/github-action-testing/testing already exists. task-1 Something That Will Fail 2022-08-31T20:45:35.0611464Z �[0m task-1 Something That Will Fail 2022-08-31T20:45:35.1844059Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2968041735
Workflow name: receive-dispatch

Error

job-1	Step 1	2022-09-01T00:38:45.3673535Z ##[group]Run Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T00:38:45.3674113Z Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T00:38:45.3674504Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T00:38:45.3674891Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T00:38:45.4611386Z shell: /usr/bin/pwsh -command ". '{0}'"
job-1	Step 1	2022-09-01T00:38:45.4611787Z ##[endgroup]
job-1	Step 1	2022-09-01T00:38:53.1878175Z Attempting to create directory
job-1	Step 1	2022-09-01T00:38:53.3754518Z 
job-1	Step 1	2022-09-01T00:38:53.3760768Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-1	Step 1	2022-09-01T00:38:53.3761159Z 
job-1	Step 1	2022-09-01T00:38:53.3761459Z UnixMode   User             Group                 LastWriteTime           Size
job-1	Step 1	2022-09-01T00:38:53.3762586Z --------   ----             -----                 -------------           ----
job-1	Step 1	2022-09-01T00:38:53.3763066Z drwxr-xr-x runner           docker             09/01/2022 00:38           4096
job-1	Step 1	2022-09-01T00:38:53.9883916Z New-Item: /home/runner/work/_temp/1c653b24-af5d-4d9f-ae8e-b8e83c5402fb.ps1:4
job-1	Step 1	2022-09-01T00:38:53.9963863Z Line |
job-1	Step 1	2022-09-01T00:38:53.9964531Z    4 |  New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T00:38:53.9964996Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-1	Step 1	2022-09-01T00:38:53.9965473Z      | An item with the specified name
job-1	Step 1	2022-09-01T00:38:53.9966045Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-1	Step 1	2022-09-01T00:38:53.9966425Z 
job-1	Step 1	2022-09-01T00:38:54.0641094Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2973892545
Failed Workflow name: receive-dispatch

Error

job-1	Step 1	2022-09-01T18:04:29.9844344Z ##[group]Run Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T18:04:29.9845135Z Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T18:04:29.9845708Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T18:04:29.9846215Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T18:04:30.0666245Z shell: /usr/bin/pwsh -command ". '{0}'"
job-1	Step 1	2022-09-01T18:04:30.0666822Z ##[endgroup]
job-1	Step 1	2022-09-01T18:04:31.6778259Z Attempting to create directory
job-1	Step 1	2022-09-01T18:04:31.8231482Z 
job-1	Step 1	2022-09-01T18:04:31.8232360Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-1	Step 1	2022-09-01T18:04:31.8232792Z 
job-1	Step 1	2022-09-01T18:04:31.8233257Z UnixMode   User             Group                 LastWriteTime           Size
job-1	Step 1	2022-09-01T18:04:31.8234022Z --------   ----             -----                 -------------           ----
job-1	Step 1	2022-09-01T18:04:31.8234687Z drwxr-xr-x runner           docker             09/01/2022 18:04           4096
job-1	Step 1	2022-09-01T18:04:32.2651563Z New-Item: /home/runner/work/_temp/1031c81e-7960-4ee5-8c10-0797fb90f16b.ps1:4
job-1	Step 1	2022-09-01T18:04:32.2657178Z Line |
job-1	Step 1	2022-09-01T18:04:32.2658637Z    4 |  New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T18:04:32.2659847Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-1	Step 1	2022-09-01T18:04:32.2660951Z      | An item with the specified name
job-1	Step 1	2022-09-01T18:04:32.2662032Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-1	Step 1	2022-09-01T18:04:32.2663101Z 
job-1	Step 1	2022-09-01T18:04:32.3256539Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repo: https://github.com/hwwilliams/github-action-testing
Failed Workflow: https://github.com/hwwilliams/github-action-testing/actions/runs/2966859532
Workflow name: receive-dispatch
Error:
task-1 Something That Might Fail 2022-08-31T20:28:55.9941914Z ##[group]Run exit 1 task-1 Something That Might Fail 2022-08-31T20:28:55.9942377Z �[36;1mexit 1�[0m task-1 Something That Might Fail 2022-08-31T20:28:56.0526423Z shell: /usr/bin/bash -e {0} task-1 Something That Might Fail 2022-08-31T20:28:56.0526853Z ##[endgroup] task-1 Something That Might Fail 2022-08-31T20:28:56.1072437Z ##[error]Process completed with exit code 1.

Workflow Failed - hwwilliams/github-action-testing

Context

Repository: https://github.com/hwwilliams/github-action-testing
Failed Workflow Run: https://github.com/hwwilliams/github-action-testing/actions/runs/2973965302
Failed Workflow name: receive-dispatch

Error

job-1	Step 1	2022-09-01T18:16:06.0785281Z ##[group]Run Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T18:16:06.0785854Z Write-Output "Attempting to create directory"
job-1	Step 1	2022-09-01T18:16:06.0786276Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T18:16:06.0786776Z New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T18:16:06.1329882Z shell: /usr/bin/pwsh -command ". '{0}'"
job-1	Step 1	2022-09-01T18:16:06.1330310Z ##[endgroup]
job-1	Step 1	2022-09-01T18:16:12.6301784Z Attempting to create directory
job-1	Step 1	2022-09-01T18:16:12.7739154Z 
job-1	Step 1	2022-09-01T18:16:12.7744450Z     Directory: /home/runner/work/github-action-testing/github-action-testing
job-1	Step 1	2022-09-01T18:16:12.7744846Z 
job-1	Step 1	2022-09-01T18:16:12.7745182Z UnixMode   User             Group                 LastWriteTime           Size
job-1	Step 1	2022-09-01T18:16:12.7745653Z --------   ----             -----                 -------------           ----
job-1	Step 1	2022-09-01T18:16:12.7746150Z drwxr-xr-x runner           docker             09/01/2022 18:16           4096
job-1	Step 1	2022-09-01T18:16:13.1604791Z New-Item: /home/runner/work/_temp/dd5d63b1-5e6a-49ae-8f53-2912a8dae5db.ps1:4
job-1	Step 1	2022-09-01T18:16:13.1605336Z Line |
job-1	Step 1	2022-09-01T18:16:13.1605776Z    4 |  New-Item -Path ./testing -ItemType Directory
job-1	Step 1	2022-09-01T18:16:13.1606333Z      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
job-1	Step 1	2022-09-01T18:16:13.1606828Z      | An item with the specified name
job-1	Step 1	2022-09-01T18:16:13.1607338Z      | /home/runner/work/github-action-testing/github-action-testing/testing already exists.
job-1	Step 1	2022-09-01T18:16:13.1607763Z 
job-1	Step 1	2022-09-01T18:16:13.2269417Z ##[error]Process completed with exit code 1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.