Release version
5.0.1
Describe the bug
When running publisher pipeline with commit id, I am trying to specify an older (not latest but one prior to latest) commit id to deploy those changes but it picks the latest content from those files (latest commit).
We would like to explore this to give an option to re-deploy an older commit changes in case it fails during initial execution and newer changes are made.
Expected behavior
The changes pertaining to the commit SHA specified in the publisher run should be picked and deployed and not the latest commit changes.
Actual behavior
Latest commit changes are taken even if an older commit id is specified.
Reproduction Steps
Pick a older (not latest) commit id and specify in publisher workflow and it picks the values from latest version of the files not the one present in the inputted commit id.