File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 43
43
uses : actions/checkout@v4
44
44
with :
45
45
ref : master
46
+ repository : ${{ github.event.pull_request.base.repo.full_name }}
46
47
fetch-depth : 0
47
48
fetch-tags : true
48
49
52
53
git config --global user.email "[email protected] "
53
54
git config --global --add safe.directory /__w/scenario_simulator_v2/scenario_simulator_v2
54
55
git config pull.rebase false
55
-
56
+
56
57
- name : Setup git credential
57
58
if : github.event.pull_request.merged == true
58
59
run : git config --global credential.helper ${{ secrets.BLOOM_GITHUB_TOKEN }}
62
63
run : |
63
64
echo "old_version=$(catkin_package_version)" >> $GITHUB_OUTPUT
64
65
65
- - name : Merge branch
66
- run : git pull origin ${{ github.head_ref }}
66
+ - name : Pull head branch
67
+ run : git pull ${{ github.event.pull_request.head.repo.clone_url }} ${{ github.head_ref }}
67
68
68
69
- name : Bump patch version
69
70
if : (contains(github.event.pull_request.labels.*.name, 'bump patch'))
You can’t perform that action at this time.
0 commit comments