bb28825e13c1c89e5709f3cb23a9176ed44f5b20Create django.yml #451
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.github/workflows/django.yml
Run localisation
trigger: none
pr: none
schedules:
displayName: Daily midnight build
branches:
include:
- main
pool:
vmImage: "windows-latest"
steps:
task: OneLocBuild@2
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
locProj: "Localise/LocProject.json"
outDir: "$(Build.ArtifactStagingDirectory)"
isCreatePrSelected: true
prSourceBranchPrefix: "locfiles"
isAutoCompletePrSelected: false
repoType: gitHub
gitHubPatVariable: $(GitHubPat)
packageSourceAuth: patAuth
patVariable: $(OneLocBuildPat)
lsBuildWarningLevel: 4
xLocConsoleLoggingLevel: Verbose
task: PublishBuildArtifacts@1
inputs:
PathtoPublish: "$(Build.ArtifactStagingDirectory)"
ArtifactName: "drop"
publishLocation: "Container"Navigate to your repository on GitHub.
Go to the "Commits" section under the "Code" tab.
Find the commit you want to revert and click on it.
Click on the "Revert" button.
GitHub will create a new commit that undoes the changes made by the original commit.
Review the changes and commit the revert.
Alternatively, you can ,linkzz