Skip to content

Commit

Permalink
fix(release): fix checkout depth in release action (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored Jun 20, 2024
1 parent 0ebef94 commit ec77335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ runs:
steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0

- name: Get released versions for components
run: |
Expand Down

5 comments on commit ec77335

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
13 1 0 14 92.86 0s

Passed Tests

Name ⏱️ Duration Suite
BETAG1 0.000 s Tags
BETAG2 0.000 s Tags
BEUTAG1 0.000 s Tags
BEUTAG2 0.000 s Tags
BEUTAG3 0.000 s Tags
BEUTAG4 0.000 s Tags
BEUTAG5 0.000 s Tags
BEUTAG6 0.000 s Tags
BEUTAG8 0.000 s Tags
BEUTAG9 0.000 s Tags
BEUTAG10 0.000 s Tags
BEUTAG12 0.000 s Tags
BEUTAG_REMOVE_HOST_FROM_HOSTGROUP 0.000 s Tags

Failed Tests

Name Message ⏱️ Duration Suite
BEUTAG11 First step: Service (1, 3) should have servicecategory tags 3 and 5 0.000 s Tags

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
13 1 0 14 92.86 0s

Passed Tests

Name ⏱️ Duration Suite
BETAG1 0.000 s Tags
BETAG2 0.000 s Tags
BEUTAG1 0.000 s Tags
BEUTAG2 0.000 s Tags
BEUTAG3 0.000 s Tags
BEUTAG4 0.000 s Tags
BEUTAG5 0.000 s Tags
BEUTAG6 0.000 s Tags
BEUTAG8 0.000 s Tags
BEUTAG9 0.000 s Tags
BEUTAG10 0.000 s Tags
BEUTAG12 0.000 s Tags
BEUTAG_REMOVE_HOST_FROM_HOSTGROUP 0.000 s Tags

Failed Tests

Name Message ⏱️ Duration Suite
BEUTAG11 First step: Service (1, 3) should have servicecategory tags 3 and 5 0.000 s Tags

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
13 1 0 14 92.86 0s

Passed Tests

Name ⏱️ Duration Suite
BETAG1 0.000 s Tags
BETAG2 0.000 s Tags
BEUTAG1 0.000 s Tags
BEUTAG2 0.000 s Tags
BEUTAG3 0.000 s Tags
BEUTAG4 0.000 s Tags
BEUTAG5 0.000 s Tags
BEUTAG6 0.000 s Tags
BEUTAG9 0.000 s Tags
BEUTAG10 0.000 s Tags
BEUTAG11 0.000 s Tags
BEUTAG12 0.000 s Tags
BEUTAG_REMOVE_HOST_FROM_HOSTGROUP 0.000 s Tags

Failed Tests

Name Message ⏱️ Duration Suite
BEUTAG8 First step: Service (1, 5) should have servicegroup tag 9 0.000 s Tags

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
13 1 0 14 92.86 0s

Passed Tests

Name ⏱️ Duration Suite
BETAG1 0.000 s Tags
BETAG2 0.000 s Tags
BEUTAG1 0.000 s Tags
BEUTAG2 0.000 s Tags
BEUTAG3 0.000 s Tags
BEUTAG4 0.000 s Tags
BEUTAG5 0.000 s Tags
BEUTAG6 0.000 s Tags
BEUTAG8 0.000 s Tags
BEUTAG9 0.000 s Tags
BEUTAG10 0.000 s Tags
BEUTAG12 0.000 s Tags
BEUTAG_REMOVE_HOST_FROM_HOSTGROUP 0.000 s Tags

Failed Tests

Name Message ⏱️ Duration Suite
BEUTAG11 First step: Service (1, 3) should have servicecategory tags 3 and 5 0.000 s Tags

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 2 0 14 85.71 0s

Passed Tests

Name ⏱️ Duration Suite
BETAG1 0.000 s Tags
BETAG2 0.000 s Tags
BEUTAG1 0.000 s Tags
BEUTAG2 0.000 s Tags
BEUTAG3 0.000 s Tags
BEUTAG4 0.000 s Tags
BEUTAG5 0.000 s Tags
BEUTAG6 0.000 s Tags
BEUTAG9 0.000 s Tags
BEUTAG10 0.000 s Tags
BEUTAG12 0.000 s Tags
BEUTAG_REMOVE_HOST_FROM_HOSTGROUP 0.000 s Tags

Failed Tests

Name Message ⏱️ Duration Suite
BEUTAG8 First step: Service (1, 2) should have servicecategory tags 3 and 5. 0.000 s Tags
BEUTAG11 First step: Service (1, 3) should have servicecategory tags 3 and 5 0.000 s Tags

Please sign in to comment.