Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libremesh/lime-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9e12027d572b149301bab7dde71233a22c57add9
Choose a base ref
..
head repository: libremesh/lime-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6547606c832b8588fb807b9c2b7e005d11e5e7a1
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/artifact_url_comment.yml
4 changes: 2 additions & 2 deletions .github/workflows/artifact_url_comment.yml
Original file line number Diff line number Diff line change
@@ -75,8 +75,8 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
console.log(${{github.event.workflow_run.artifacts_url}})
console.log(${{github.event.workflow_run}})
console.log(${{github.event.workflow_run.artifacts_url}});
console.log(${{github.event.workflow_run}});
- uses: actions/download-artifact@v4
with: