Skip to content

Commit

Permalink
Merge pull request #516 from takahirom/takahirom/fix-url/2024-10-28
Browse files Browse the repository at this point in the history
Fix dependency diff workflow
  • Loading branch information
takahirom authored Oct 28, 2024
2 parents 83cd7dd + a66d789 commit 6e5c384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .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 All @@ -29,7 +30,7 @@ jobs:
- name: Get pull request number
id: get-pr-number
run: |
PR_NUMBER=$(cat pr/NR)
PR_NUMBER=$(cat NR)
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
- name: Download dependency diff artifacts
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 6e5c384

Please sign in to comment.