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: 5b1994b49185fddf1b644d9e6cb1428db16e3aa0
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: c3cb807b68496872f02afb33de92c882078c2683
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.1.4
uses: renovatebot/github-action@v40.1.5
with:
configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}"
token: "${{ steps.generate-token.outputs.token }}"