Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update action.yml #1759

Closed
wants to merge 1 commit into from
Closed

Update action.yml #1759

wants to merge 1 commit into from

Commits on May 31, 2024

  1. Update action.yml

    name: "Hello Actions"
    description: "Greet someone"
    author: "octocat@github.com"
    
    inputs:
        MY_NAME:
          description: "Who to greet"
          required: true
          default: "World"
    
    runs:
        uses: "docker"
        image: "Dockerfile"
    
    branding:
        icon: "mic"
        color: "purple"
    alirezamt53 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    39a5b37 View commit details
    Browse the repository at this point in the history