victorious-night-67711
07/02/2024, 3:13 AMerr?: Error: Command failed with exit code 255: pulumi up --yes --skip-preview --diff --target **DOMAIN_<dns> --exec-agent pulumi/actions@v5 --color auto --exec-kind auto.local --stack <dns> --non-interactive
error: provider urn:pulumi:dns::pulum::pulumi:providers:cloudflare::default_5_29_0::9e1b804c-647f-4fa9-9e77-dcb4aea43804 for resource urn:pulumi:dns::pulum::cloudflare:index/zone:Zone::<zone> has not been registered yet, this is due to a change of providers mixed with --target. Change your program back to the original providers
I think this error come from I upgrade the provider from local computer, that cause have different provider on local machine vs Github action. But I don't know how to fix it?
could you guys have any idea to resolve this issue?