Skip to content

Commit

Permalink
Switch branch references ahead of merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson committed Sep 9, 2024
1 parent 226f788 commit 0abdd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripted-build-single-job-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
preReleaseTag: ${{ steps.run_build.outputs.preReleaseTag }}

steps:
- uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/run-build-process@feature/single-job-build-workflow
- uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/run-build-process@main
id: run_build
with:
netSdkVersion: ${{ inputs.netSdkVersion }}
Expand Down
2 changes: 1 addition & 1 deletion actions/run-build-process/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ runs:
with:
creds: ${{ inputs.buildAzureCredentials }}
enable-AzPSSession: true
- uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/run-scripted-build@feature/single-job-build-workflow
- uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/run-scripted-build@main
id: run_build
with:
displayName: Run Build
Expand Down

0 comments on commit 0abdd4b

Please sign in to comment.