Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

git: init action, empty commit, jgit version up #55

Merged
merged 1 commit into from
May 27, 2021
Merged

Conversation

brig
Copy link
Contributor

@brig brig commented May 12, 2021

init repository with branch and empty commit:

    - task: git
      in:
        action: init
        url: https://github.com/brig/test.git
        initBranch: test
        workingDir: myRepo

    - task: git
      in:
        action: commit
        workingDir: myRepo
        auth: "..."
        baseBranch: "test"
        allowEmptyCommit: true
        commitMessage: "init message"
        commitUsername: "brig"
        commitEmail: "ybrigo@gmail.com"
        pushChanges: true

@brig brig added the need docs Documentation required label May 12, 2021
@brig brig requested a review from a team May 12, 2021 19:33
@ibodrov ibodrov force-pushed the git-init-action branch 2 times, most recently from 13c1214 to e822456 Compare May 27, 2021 16:50
@ibodrov ibodrov force-pushed the git-init-action branch from e822456 to d59eacb Compare May 27, 2021 16:50
@ibodrov ibodrov merged commit 7779fcd into master May 27, 2021
@ibodrov ibodrov deleted the git-init-action branch May 27, 2021 16:51
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
need docs Documentation required
Development

Successfully merging this pull request may close these issues.

2 participants