close
Skip to content
View Somaya127's full-sized avatar

Block or report Somaya127

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Somaya127/README.md

name: Reusable Workflow with Input on: workflow_call: inputs: user_name: # تعريف متغير لاستقبال الاسم required: true type: string

jobs: greet: runs-on: ubuntu-latest steps: - run: echo "مرحباً يا ${{ inputs.user_name }}، تم تشغيل الأكشن بنجاح!"

Pinned Loading

  1. Somaya127 Somaya127 Public

    Config files for my GitHub profile.