Skip to content

chore: update oci labels #42

chore: update oci labels

chore: update oci labels #42

Workflow file for this run

name: Synchronize
on:
push:
branches:
- main
jobs:
init:
name: 🚩 Initialize
runs-on: ubuntu-latest
steps:
- name: Cancel previous workflow
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
sync:
name: ♻️ Synchronize
runs-on: ubuntu-latest
needs: init
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: Synchronize
uses: hatamiarash7/[email protected]
with:
url: https://gitlab.com/hatamiarash7/asn-by-country.git
username: hatamiarash7
token: ${{ secrets.GITLAB_TOKEN }}