Is there an existing issue for this?
Current Behavior
The example configuration is using the deprecated commands updatecli diff and updatecli apply
jobs:
updatecli:
runs-on: ubuntu-latest
steps:
[...]
- name: Run Updatecli in Dry Run mode
run: updatecli diff
env:
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run Updatecli in Apply mode
run: updatecli apply --config updatecli/updatecli.d
env:
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expected Behavior
The commands should be updated to use the non-deprecated ones that do not generate a warning.
Steps To Reproduce
No response
Environment
Anything else?
No response
Is there an existing issue for this?
Current Behavior
The example configuration is using the deprecated commands
updatecli diffandupdatecli applyExpected Behavior
The commands should be updated to use the non-deprecated ones that do not generate a warning.
Steps To Reproduce
No response
Environment
Anything else?
No response