Skip to content

Commit

Permalink
Fix LOG_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Oct 28, 2024
1 parent 83cd7dd commit 33f2216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dependency-diff-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
actions: read
contents: write
pull-requests: write

env:
LOG_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}
steps:
- name: Download PR number artifact
uses: dawidd6/action-download-artifact@v2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dependency-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
env:
LOG_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
steps:
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
Expand Down

0 comments on commit 33f2216

Please sign in to comment.