Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// VERSION number: changed in CI
const VERSION = "v0.2.2"
const VERSION = "v0.2.3"

var rootPath string
var repo repository.Repository
Expand Down
4 changes: 3 additions & 1 deletion integrationTests/general.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,6 @@ for i in {1..2}; do
gh api -X DELETE repos/$repo_info/git/refs/heads/$branch
gh api -X DELETE repos/$repo_info/git/refs/heads/$headRef
git checkout $current_branch
done
done

gh commit -P -B random-branch-name -m "Random empty commit" -A -U