Skip to content

Commit

Permalink
Cleaned up a couple of Github action warnings (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican authored Oct 24, 2023
1 parent 432deee commit 808a08a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Run the results comparison
- name: Compare results
if: github.event_name == 'pull_request'
id: compare-non-vm
id: compare
shell: bash
run: |
cd boa
Expand Down Expand Up @@ -85,8 +85,7 @@ jobs:
body: |
### Test262 conformance changes
${{ steps.compare-non-vm.outputs.comment }}
${{ steps.compare-vm.outputs.comment }}
${{ steps.compare.outputs.comment }}
edit-mode: replace

- name: Write a new comment
Expand All @@ -98,8 +97,7 @@ jobs:
body: |
### Test262 conformance changes
${{ steps.compare-non-vm.outputs.comment }}
${{ steps.compare-vm.outputs.comment }}
${{ steps.compare.outputs.comment }}
# Commit changes to GitHub pages.
- name: Commit files
Expand Down

0 comments on commit 808a08a

Please sign in to comment.