Skip to content

🐛 Use ci_ref vs workflow_ref in package_and_upload_all (#101) #22

🐛 Use ci_ref vs workflow_ref in package_and_upload_all (#101)

🐛 Use ci_ref vs workflow_ref in package_and_upload_all (#101) #22

Workflow file for this run

name: 🔁 rebase
env:
BRANCH_NAME: 5.x.y
on:
push:
branches:
- 'main'
permissions:
contents: write
jobs:
git-rebase:
runs-on: ubuntu-latest
steps:
- name: git-rebase
uses: tiacsys/[email protected]
with:
repo: "https://kammce:${{ secrets.API_PUSH_TOKEN }}@github.com/libhal/ci.git"
source_branch: "$BRANCH_NAME"
destination_branch: "main"