Skip to content

Commit

Permalink
Merge pull request #21 from FrendsPlatform/issue-16b
Browse files Browse the repository at this point in the history
Issue 16b
  • Loading branch information
Svenskapojkarna authored Aug 30, 2023
2 parents 3bfa0e2 + b9cb8eb commit c387d2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ConvertToJson_build_and_test_on_push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ConvertToJSON build main
name: ConvertToJSON build test

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ConvertToJson_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
uses: FrendsPlatform/FrendsTasks/.github/workflows/release.yml@main
with:
workdir: Frends.FTPS.ConvertToJSON
workdir: Frends.CSV.ConvertToJSON
secrets:
feed_api_key: ${{ secrets.TASKS_FEED_API_KEY }}

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
namespace Frends.CSV.ConvertToJSON.Definitions;

/// <summary>
/// ColumnSpecification values
/// ColumnSpecification values.
/// </summary>
public class ColumnSpecification
{
/// <summary>
/// Name of the resulting column
/// Name of the resulting column.
/// </summary>
/// <example>foo</example>
public string Name { get; set; }
Expand Down

0 comments on commit c387d2b

Please sign in to comment.