updated example workflows
هذا الالتزام موجود في:
18
.github/workflows/03-reusable-workflow.yml
مباع
Normal file
18
.github/workflows/03-reusable-workflow.yml
مباع
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Reusable workflow example
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
username:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
example_job:
|
||||
runs-on: ubuntu-latest
|
||||
name: Pass input to my-action
|
||||
steps:
|
||||
- name: Run a one-line script
|
||||
run: echo Hello from reuseable workflow, ${{ inputs.username }}
|
||||
|
||||
|
المرجع في مشكلة جديدة
حظر مستخدم