Skip to content

🌱 Ensure a default session is selected #136

🌱 Ensure a default session is selected

🌱 Ensure a default session is selected #136

Workflow file for this run

name: trigger
on:
push:
branches: [sway]
env:
UPSTREAM_GIT: https://gitlab.manjaro.org/profiles-and-settings/iso-profiles.git
BASE_BRANCH: master
jobs:
trigger:
runs-on: ubuntu-latest
steps:
-
name: checkout
uses: actions/checkout@v4
with:
token: "${{ secrets.GITHUB_TOKEN }}"
fetch-depth: 0
-
name: fetch upstream
run: |
git remote add upstream ${UPSTREAM_GIT}
git fetch upstream
-
name: rebase
run: |
git config --global user.name "Repo Update Bot"
git config --global user.email "[email protected]"
git pull --rebase upstream ${BASE_BRANCH}
git push --force-with-lease
-
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DISPATCH_TOKEN }}
repository: manjaro-sway/manjaro-sway
event-type: iso_profile_update