Skip to content

Force passing the actor #11

Force passing the actor

Force passing the actor #11

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
branches:
- main
- feature/*
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: SSHd
run: |
curl -sSL https://github.com/efrecon/sshd-cloudflared/raw/feature/installer/install.sh | sh -s -- -vvv -b feature/installer -r -- -v -w -- -g "${{ github.actor }}"