Skip to content

test

test #2

Workflow file for this run

name: test
on:
workflow_dispatch:
jobs:
build:
name: Greeting
runs-on: ubuntu-18.04
steps:
- name: Hello World
run: |
echo "${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/}"