Skip to content

An error occurred while performing LS-RTM on the 2D field data using stochastic gradient descent. #362

An error occurred while performing LS-RTM on the 2D field data using stochastic gradient descent.

An error occurred while performing LS-RTM on the 2D field data using stochastic gradient descent. #362

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}