Skip to content

Jobsby is testing out GitHub Actions πŸš€ #8

Jobsby is testing out GitHub Actions πŸš€

Jobsby is testing out GitHub Actions πŸš€ #8

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
call-workflow-passing-data:
uses: ./.github/workflows/reusable_workflow.yml
with:
input_name: Run workflow reusable with input
secrets: inherit