Skip to content

ci: checkout

ci: checkout #2

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
branches:
- feature/test
jobs:
toc:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- name: Load secret
id: load-secret
uses: ./.github/actions/load-secret
with:
nuget: true
- name: echo
run: echo "nuget-key=${{ steps.load-secret.outputs.nuget-key }}"