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

Incorrect order of steps and incomplete summary #3171

Closed
AGelzer opened this issue Feb 26, 2024 · 0 comments
Closed

Incorrect order of steps and incomplete summary #3171

AGelzer opened this issue Feb 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AGelzer
Copy link

AGelzer commented Feb 26, 2024

Describe the bug

Summary has incorrect order of steps and is not complete for composite action (since February 22, 2024)

To Reproduce

Run action with multiple steps and composite action.

Workflow

Composite Action (AGelzer/actions-summary-composite)

See Job Run:
https://github.com/AGelzer/actions-summary/actions/runs/8046453616/job/21973698353

Expected behavior

Summary:

### Step: 1. Before

### Composite Step: 1.

### Composite Step: 2.

### Composite Step: 3.

### Step: 1. After

### Step: 2. After

### Step: 3. After

Runner Version and Platform

Current runner version: '2.313.0'
Ubuntu 22.04.4 LTS

What's not working?

Summary has incorrect order of steps and is not complete for composite action

Summary:

### Composite Step: 1.

### Step: 1. Before

See Job Run:
https://github.com/AGelzer/actions-summary/actions/runs/8046453616/job/21973698353

Job Log Output

Run Log ``` 2024-02-26T09:19:49.6386442Z Requested labels: ubuntu-22.04 2024-02-26T09:19:49.6386786Z Job defined at: AGelzer/actions-summary/.github/workflows/summary-composite.yml@refs/heads/main 2024-02-26T09:19:49.6386918Z Waiting for a runner to pick up this job... 2024-02-26T09:19:50.3226455Z Job is waiting for a hosted runner to come online. 2024-02-26T09:19:54.3004791Z Job is about to start running on the hosted runner: GitHub Actions 19 (hosted) 2024-02-26T09:19:55.9601200Z Current runner version: '2.313.0' 2024-02-26T09:19:55.9624342Z ##[group]Operating System 2024-02-26T09:19:55.9624921Z Ubuntu 2024-02-26T09:19:55.9625393Z 22.04.4 2024-02-26T09:19:55.9625716Z LTS 2024-02-26T09:19:55.9626006Z ##[endgroup] 2024-02-26T09:19:55.9626503Z ##[group]Runner Image 2024-02-26T09:19:55.9626931Z Image: ubuntu-22.04 2024-02-26T09:19:55.9627343Z Version: 20240218.1.0 2024-02-26T09:19:55.9628417Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240218.1/images/ubuntu/Ubuntu2204-Readme.md 2024-02-26T09:19:55.9629844Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240218.1 2024-02-26T09:19:55.9630662Z ##[endgroup] 2024-02-26T09:19:55.9631136Z ##[group]Runner Image Provisioner 2024-02-26T09:19:55.9631613Z 2.0.341.1 2024-02-26T09:19:55.9632124Z ##[endgroup] 2024-02-26T09:19:55.9633181Z ##[group]GITHUB_TOKEN Permissions 2024-02-26T09:19:55.9634709Z Contents: read 2024-02-26T09:19:55.9635178Z Metadata: read 2024-02-26T09:19:55.9635834Z Packages: read 2024-02-26T09:19:55.9636367Z ##[endgroup] 2024-02-26T09:19:55.9639213Z Secret source: Actions 2024-02-26T09:19:55.9639763Z Prepare workflow directory 2024-02-26T09:19:56.0243101Z Prepare all required actions 2024-02-26T09:19:56.0397192Z Getting action download info 2024-02-26T09:19:56.1963643Z Download action repository 'AGelzer/actions-summary-composite@v1' (SHA:0b6b6e6c929c33718aa69ea1805df0d78f0085d3) 2024-02-26T09:19:56.6508455Z Complete job name: Build 2024-02-26T09:19:56.7586155Z ##[group]Run echo "### Step: 1. Before" >> $GITHUB_STEP_SUMMARY 2024-02-26T09:19:56.7587097Z �[36;1mecho "### Step: 1. Before" >> $GITHUB_STEP_SUMMARY�[0m 2024-02-26T09:19:56.7630096Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-02-26T09:19:56.7630818Z ##[endgroup] 2024-02-26T09:19:56.8018165Z ##[group]Run AGelzer/actions-summary-composite@v1 2024-02-26T09:19:56.8018953Z ##[endgroup] 2024-02-26T09:19:56.8200657Z ##[group]Run echo "### Composite Step: 1." >> $GITHUB_STEP_SUMMARY 2024-02-26T09:19:56.8201494Z �[36;1mecho "### Composite Step: 1." >> $GITHUB_STEP_SUMMARY�[0m 2024-02-26T09:19:56.8226960Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-02-26T09:19:56.8227582Z ##[endgroup] 2024-02-26T09:19:56.8318772Z ##[group]Run echo "### Composite Step: 2." >> $GITHUB_STEP_SUMMARY 2024-02-26T09:19:56.8319570Z �[36;1mecho "### Composite Step: 2." >> $GITHUB_STEP_SUMMARY�[0m 2024-02-26T09:19:56.8344787Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-02-26T09:19:56.8345421Z ##[endgroup] 2024-02-26T09:19:56.8429038Z ##[group]Run echo "### Composite Step: 3." >> $GITHUB_STEP_SUMMARY 2024-02-26T09:19:56.8429865Z �[36;1mecho "### Composite Step: 3." >> $GITHUB_STEP_SUMMARY�[0m 2024-02-26T09:19:56.8455150Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-02-26T09:19:56.8455837Z ##[endgroup] 2024-02-26T09:19:56.8564599Z ##[group]Run echo "### Step: 1. After" >> $GITHUB_STEP_SUMMARY 2024-02-26T09:19:56.8565436Z �[36;1mecho "### Step: 1. After" >> $GITHUB_STEP_SUMMARY�[0m 2024-02-26T09:19:56.8590268Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-02-26T09:19:56.8590921Z ##[endgroup] 2024-02-26T09:19:56.8680417Z ##[group]Run echo "### Step: 2. After" >> $GITHUB_STEP_SUMMARY 2024-02-26T09:19:56.8681210Z �[36;1mecho "### Step: 2. After" >> $GITHUB_STEP_SUMMARY�[0m 2024-02-26T09:19:56.8706042Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-02-26T09:19:56.8706687Z ##[endgroup] 2024-02-26T09:19:56.8794509Z ##[group]Run echo "### Step: 3. After" >> $GITHUB_STEP_SUMMARY 2024-02-26T09:19:56.8795343Z �[36;1mecho "### Step: 3. After" >> $GITHUB_STEP_SUMMARY�[0m 2024-02-26T09:19:56.8820344Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-02-26T09:19:56.8821058Z ##[endgroup] 2024-02-26T09:19:56.9012127Z Cleaning up orphan processes ```

See Job Run:
https://github.com/AGelzer/actions-summary/actions/runs/8046453616/job/21973698353

@AGelzer AGelzer added the bug Something isn't working label Feb 26, 2024
@AGelzer AGelzer closed this as completed Feb 28, 2024
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

No branches or pull requests

1 participant