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 want to push the whole repository files to another repository but
the source directory needs to have a value and I couldn't find how to
do that in the docs for example do I need to put an empty string in the source directory
or a / ?
I want to push the whole repository files to another repository but
the source directory needs to have a value and I couldn't find how to
do that in the docs for example do I need to put an empty string in the source directory
or a
/
?- name: Pushes to another repository uses: cpina/github-action-push-to-another-repository@main env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: source-directory: "" destination-github-username: "username" destination-repository-name: "page" user-email: [email protected] commit-message: commit message target-branch: master
The text was updated successfully, but these errors were encountered: