Terraform plan failing on PR with 'No changes' error

Running terraform plan in our GitHub Actions workflow on PRs always outputs ‘No changes. Infrastructure is up-to-date.’ even when I modify genesyscloud_routing_queue attributes. The state file isn’t updating in the remote backend between commits. Here’s the action config:

- name: Plan
 run: terraform plan -input=false

Why isn’t it detecting the diffs?