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:
👋 This issue has been marked as stale because it has been open with no activity for 180 days. You can: comment on the issue or remove the stale label to hold stalebot off for a while, add the Keep label to hold stale off permanently, or do nothing. If you do nothing, this issue will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details.
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: