Skip to content

test: branch to test relock command #35

test: branch to test relock command

test: branch to test relock command #35

Workflow file for this run

name: relock
on:
workflow_dispatch:
issue_comment:
jobs:
test:
runs-on: ubuntu-latest
name: test
steps:
- name: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: run
uses: conda-incubator/relock-conda@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}