Skip to content

Commit

Permalink
Add dockerfile to languages for discoverability (dotnet#4461)
Browse files Browse the repository at this point in the history
* Added dockerfile as a lang for discoverability.

* Remove extendedZipContent, as I'm not sure it is needed

* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
IEvangelist authored Mar 22, 2021
1 parent a728ce7 commit 0216f64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions github-actions/DotNet.GitHubAction/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
languages:
- csharp
- dockerfile
products:
- dotnet
- github
Expand All @@ -12,11 +13,11 @@ description: "A .NET 5 console application that contains the example from Create

# Create a GitHub Action with .NET

This sample is a console application written in C# from the [Create a GitHub Action with .NETtutorial](https://docs.microsoft.com/dotnet/devops/create-dotnet-github-action). The article gives an overview of what is required to create a .NET GitHub action.
This sample is a console application written in C# from the [Create a GitHub Action with .NET tutorial](https://docs.microsoft.com/dotnet/devops/create-dotnet-github-action). The article gives an overview of what is required to create a .NET GitHub Action.

## Sample prerequisites

This sample is written in C# and targets .NET 5. It requires the [.NET 5.0 SDK](https://dotnet.microsoft.com/download/dotnet/5.0).
This sample is written in C# and targets .NET 5. It requires the [.NET 5.0 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) or later.

## Building the sample

Expand Down

0 comments on commit 0216f64

Please sign in to comment.