Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-action into test
  • Loading branch information
mxinden committed Mar 1, 2024
2 parents 9def51e + 8c5be5e commit 844d764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- completed

jobs:
upload:
comment:
permissions:
pull-requests: write
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ runs:
echo '${{ steps.artifact-upload-step.outputs.artifact-url }}' > comment-data/logs-url
- name: Upload comment data
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: github.event_name == 'pull_request'
with:
name: comment-data
Expand Down

0 comments on commit 844d764

Please sign in to comment.