Skip to content

Example is using deprecated commands updatecli diff and updatecli apply #1149

Description

@kastl-ars

Is there an existing issue for this?

  • I have searched the existing issues

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions