You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run the action on demand to generate an report of the actual version of the software, not only of a pullrequest always of the full package.json
I tried
head-ref: ${{ github.ref }}
base-ref: ${{ github.event.repository.default_branch }}
but this did not really help, is there probably already a hidden flag that forces always to use the full package.json?
thx
The text was updated successfully, but these errors were encountered:
I would like to run the action on demand to generate an report of the actual version of the software, not only of a pullrequest always of the full package.json
I tried
head-ref: ${{ github.ref }}
base-ref: ${{ github.event.repository.default_branch }}
but this did not really help, is there probably already a hidden flag that forces always to use the full package.json?
thx
The text was updated successfully, but these errors were encountered: