Skip to content

Teams linux client removed by Microsoft #1133

Teams linux client removed by Microsoft

Teams linux client removed by Microsoft #1133

Workflow file for this run

name: MasterDeployCP
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create CP packages
run: bash utils/make-cp-packages.sh
- name: git push
run: |
git config --global user.name "rneher-igel"
git config --global user.email "[email protected]"
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git add --all
git commit -m "Updated CP Packages"
git push origin HEAD:master
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
REPO_OWNER: rneher-igel