Skip to content

modified action

modified action #9

Workflow file for this run

name: Hello
on:
workflow_dispatch:
push:
branches:
- '**'
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Sonar-less-Scan
uses: ./
with:
name: 'fred'