diff --git a/.github/workflows/fig2sketch.yaml b/.github/workflows/fig2sketch.yaml index 13371d7c..81f6ac7e 100644 --- a/.github/workflows/fig2sketch.yaml +++ b/.github/workflows/fig2sketch.yaml @@ -24,3 +24,9 @@ jobs: author_name: Bot author_email: noreply@designers.italia.it message: 🤖 update converted Sketch file + # Pull before committing, so that HEAD is updated if there + # have been any commits while the converter was running. + # + # `true` would be more elegant once https://github.com/EndBug/add-and-commit/issues/498 + # is fixed + pull: " "