Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-10-06 15:56:43 +0300
committerGitHub <noreply@github.com>2022-10-06 15:56:43 +0300
commit0380dacce8feb9a96e42a1475a46da8255f08c12 (patch)
tree95c6ea2c48f5523d53f88e5acce77592832c391e
parent9491d10db7ffe18ba6c93dc01d04ad6e99f907a8 (diff)
Fix wrong change in backport.yml
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 5f6fe9827f2..5cf7af1f1a0 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -65,7 +65,7 @@ jobs:
with:
fetch-depth: 0
- name: Run backport
- uses: ./eng/actions/backport
+ uses: ./scripts/ci/actions/backport
with:
target_branch: ${{ steps.target-branch-extractor.outputs.result }}
auth_token: ${{ secrets.GITHUB_TOKEN }}