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: budimanjojo/ansible-role-duossh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a9ac13dce5d53943693140997def4cbfe63a9bda
Choose a base ref
..
head repository: budimanjojo/ansible-role-duossh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5a7bbcdf674011248371416b18ab1bd3f4630711
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/renovate.yaml
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
echo "RENOVATE_DRY_RUN=${{ github.event.inputs.dryRun || env.RENOVATE_DRY_RUN }}" >> "${GITHUB_ENV}"
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}"
- name: Renovate
uses: renovatebot/github-action@v40.2.6
uses: renovatebot/github-action@v40.2.7
with:
configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}"
token: "${{ steps.generate-token.outputs.token }}"