Skip to content

test: branch to test relock command #26

test: branch to test relock command

test: branch to test relock command #26

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@pull/176/head
with:
github-token: ${{ secrets.GITHUB_TOKEN }}