Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

chore(deps): bump the github-action-dependencies group with 1 update #85

chore(deps): bump the github-action-dependencies group with 1 update

chore(deps): bump the github-action-dependencies group with 1 update #85

name: Publish for CI
on:
push:
branches:
- '**'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to Gitlab
run: |
git config user.name github-actions
git config user.email [email protected]
git remote add ci https://AndroidCI:${{ secrets.GITLAB_TOKEN }}@gitlab.com/bourbonltd/gist-android.git
git push ci --tags