Skip to content

Rm eth gas station #5904

Rm eth gas station

Rm eth gas station #5904

Workflow file for this run

name: GitlabSync
on:
push:
branches:
- '*'
pull_request:
branches:
- dev
delete:
branches:
- '*'
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: ${{ secrets.GITLAB_URL }}
target-username: ${{ secrets.GITLAB_USERNAME }}
target-token: ${{ secrets.GITLAB_TOKEN }}