Issue:
How To Reproduce:
- Setup a github action that
uses: butlerlogic/action-autotag@stable and specifies under with: the value GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}.
- See that github outputs a warning about unexpected input.
Expected Behavior:
Github should not output a warning.