Adds a git pull before pushing to main on daily gov.txt update workflow. This resolves the error: failed to push some refs error when a user re-runs the workflow after a previous job fails to complete (more information on this blog post). The PR runs git pull to combine data from the previous incomplete job with the currently run job to prevent confusion on GitHub's end.
Adds a
git pull
before pushing to main on daily gov.txt update workflow. This resolves theerror: failed to push some refs
error when a user re-runs the workflow after a previous job fails to complete (more information on this blog post). The PR runsgit pull
to combine data from the previous incomplete job with the currently run job to prevent confusion on GitHub's end.