Uploading any file, for example as follows:
jobs:
build:
steps:
- uses: AButler/[email protected]
with:
files: "my_file.txt"
repo-token: ${{ secrets.GITHUB_TOKEN }}
leads to the following error:
Error: Cannot read properties of undefined (reading 'id')