Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit af79cb9

Browse files
authored
Launch the backport build targeting the main branch (#12)
1 parent 9b00eae commit af79cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backport-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
resources = @{
102102
repositories = @{
103103
self = @{
104-
refName = "refs/heads/yaml-pipeline"
104+
refName = "refs/heads/main"
105105
}
106106
}
107107
};

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ runs:
9898
resources = @{
9999
repositories = @{
100100
self = @{
101-
refName = "refs/heads/dev/cadsit/backport-bot"
101+
refName = "refs/heads/main"
102102
}
103103
}
104104
};

0 commit comments

Comments
 (0)