diff --git a/.github/workflows/dependency-diff-comment.yaml b/.github/workflows/dependency-diff-comment.yaml index dbab284a..425ea725 100644 --- a/.github/workflows/dependency-diff-comment.yaml +++ b/.github/workflows/dependency-diff-comment.yaml @@ -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 diff --git a/.github/workflows/dependency-diff.yaml b/.github/workflows/dependency-diff.yaml index a6131468..8bdc6530 100644 --- a/.github/workflows/dependency-diff.yaml +++ b/.github/workflows/dependency-diff.yaml @@ -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: