Skip to content

First rev of estimator #1

First rev of estimator

First rev of estimator #1

Workflow file for this run

name: AutoTag
on:
push:
branches:
- "main"
jobs:
docker:
name: Autotag
runs-on: [robotf-estimator-runner]
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "16"
- uses: butlerlogic/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}"
with:
strategy: package
root: "./"