Skip to content

users/yinfeng: auto subuid/gid (currently not working with userborn) #1488

users/yinfeng: auto subuid/gid (currently not working with userborn)

users/yinfeng: auto subuid/gid (currently not working with userborn) #1488

Workflow file for this run

name: "Merge to staging"
on:
push:
branches:
- "main"
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
ref: staging
token: "${{ secrets.PAT_FOR_AUTOMATED_UPDATE }}"
- name: Rebase and push
run: |
git fetch
git rebase origin/main
git push --force