Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/trigger-pkg-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger Promote New Upstream Version (Suites)
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
github-token: ${{ secrets.DEB_PKG_BOT_CI_TOKEN }}
script: |
Expand All @@ -25,7 +25,7 @@ jobs:
const [owner, repo] = pkgRepo.split('/');

// Trigger promote-upstream-suites.yml which promotes all three
// packaging suites (qcom/debian/latest, qcom/debian/trixie,
// packaging suites (qli/debian/latest, qli/debian/trixie,
// qcom/ubuntu/resolute) in a single workflow run.
// The ref must point to the branch that contains the workflow file.
// promote-upstream-suites.yml lives on the 'qli-ci' branch of
Expand All @@ -39,4 +39,4 @@ jobs:
'upstream-tag': tag
}
});
console.log(`Successfully triggered Promote New Upstream Version (Suites) for tag: ${tag} in ${pkgRepo}`);
console.log(`Successfully triggered Promote New Upstream Version (Suites) for tag: ${tag} in ${pkgRepo}`);