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: rsksmart/powpeg-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 256f7e4e751d4198883a147316de5607e0a6cf3d
Choose a base ref
..
head repository: rsksmart/powpeg-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 072301428e194990e08ba2171b4d093cdcad391c
Choose a head ref
Showing with 241 additions and 2 deletions.
  1. +2 −2 .github/workflows/rit.yml
  2. +239 −0 gradle/verification-metadata.xml
4 changes: 2 additions & 2 deletions .github/workflows/rit.yml
Original file line number Diff line number Diff line change
@@ -31,8 +31,8 @@ jobs:
id: set-branch-variables
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_event_input_rskj_branch: ${{ github.event.inputs.rskj-branch }}
github_event_input_rit_branch: ${{ github.event.inputs.rit-branch }}
github_event_inputs_rskj_branch: ${{ github.event.inputs.rskj-branch }}
github_event_inputs_rit_branch: ${{ github.event.inputs.rit-branch }}
github_event_name: ${{ github.event_name }}
github_event_pull_request_number: ${{ github.event.pull_request.number }}
github_head_ref: ${{ github.head_ref }}
Loading