Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Sep 24, 2024
1 parent af3d559 commit aaac1ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: |
CONTENT="abc"
echo $CONTENT >> "$GITHUB_STEP_SUMMARY"
echo "EOL" >> "$GITHUB_STEP_SUMMARY"
echo "::set-output name=content::$CONTENT"
- name: 'comment PR'
uses: actions/github-script@v7
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
script: benchmark-small.sh

compare:
permissions: write-all
needs: [ main, pr, main_again ]
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -77,9 +78,7 @@ jobs:
CONTENT+="![]($CSV_FILE_PREFIX/${!varname})"
done
echo $CONTENT >> "$GITHUB_STEP_SUMMARY"
echo "EOL" >> "$GITHUB_STEP_SUMMARY"
echo "::set-output name=content::$CONTENT"
- name: install wrangler
run: npm install wrangler
- name: upload to r2
Expand Down

0 comments on commit aaac1ee

Please sign in to comment.