-
-
Notifications
You must be signed in to change notification settings - Fork 123
Specify branch name #29
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomerstype: featureNew feature or feature requestNew feature or feature request
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype: featureNew feature or feature requestNew feature or feature request
On scheduled workflow it is not possible to run add-and-commit against a specific branch since it relies on ${GITHUB_REF}.
schedule always use the last commit on default branch.
I tried passing
GITHUB_REF: refs/heads/gh-pagesin env, but it didn't work