Skip to content

git🙈: Add Ignore File #48

git🙈: Add Ignore File

git🙈: Add Ignore File #48

Workflow file for this run

name: Sync Repo to GitLab
on:
push
jobs:
sync-gitlab:
runs-on: ubuntu-latest
steps:
- uses: keninkujovic/[email protected]
with:
gitlab_url: ${{ secrets.GITLAB_URL }}
username: ${{ secrets.USERNAME }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}