Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/eco-ci-result/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
using: 'composite'
steps:
- id: get-result
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
env:
CI_OUTPUT: ${{ inputs.workflow-output }}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
workflow-output: ${{ toJson(steps.eco_ci.outputs) }}

- id: create-commit-comment
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
if: steps.eco_ci.outcome == 'failure'
name: Create Commit Comment
with:
Expand All @@ -107,7 +107,7 @@ jobs:
if: github.repository == 'web-infra-dev/rstest' && github.event_name == 'workflow_dispatch'
steps:
- id: get-pr-number
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
name: Get PR Number
with:
script: |
Expand All @@ -132,7 +132,7 @@ jobs:

- id: create-comment
name: Create Comment
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
if: steps.get-pr-number.outputs.result
with:
result-encoding: string
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
workflow-output: ${{ toJson(steps.eco_ci.outputs) }}

- id: update-comment
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
if: steps.get-pr-number.outputs.result
name: Update Comment
with:
Expand Down
Loading