ad-m / github-push-action

GitHub actions to push back to repository eg. updated code
MIT License
1.21k stars 229 forks source link

Fix undefined variable TAGS with INPUT_TAGS #54

Closed quebin31 closed 4 years ago

matita commented 4 years ago

@ad-m without this fix it is impossible to have passing workflows triggered by

on:
  push:
    tags:
      - '*'

because the flag --tags is always passed and git rejects the tag as it is already existing. Would it be possible to merge it?