Skip to content

fix: missing import #12

fix: missing import

fix: missing import #12

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run Replexica Action
uses: ./
env:
GH_TOKEN: ${{ github.token }}