Skip to content

Commit ce3402e

Browse files
author
James Brundage
committedMar 16, 2025·
fix: Updating Build Name ( re #3, re #4 )
1 parent 35ee035 commit ce3402e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/JSON-LD-Build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: oEmbed Module Build
2+
name: JSON-LD Module Build
33
on:
44
push:
55
pull_request:

‎Build/JSON-LD.GitHubWorkflow.PSDevOps.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Import-BuildStep -SourcePath (
44
) -BuildSystem GitHubWorkflow
55

66
Push-Location ($PSScriptRoot | Split-Path)
7-
New-GitHubWorkflow -Name "oEmbed Module Build" -On Push,
7+
New-GitHubWorkflow -Name "JSON-LD Module Build" -On Push,
88
PullRequest,
99
Demand -Job TestPowerShellOnLinux,
1010
TagReleaseAndPublish, JsonLD -OutputPath .\.github\workflows\JSON-LD-Build.yml

0 commit comments

Comments
 (0)
Please sign in to comment.