Skip to content

Commit

Permalink
Commit and push updated EdFi.Ods.CodeGen package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan committed Sep 26, 2024
1 parent 7b73b37 commit 9e95908
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/Rebuild Database Templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,15 @@ jobs:
contents: write

steps:
- name: Checkout the Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0w
- name: Extract StandardVersion
id: extract_version
run: echo "standard_version=${{ fromJson(needs.FindStandardAndExtensionVersions.outputs.StandardVersions)[0] }}" >> $GITHUB_ENV
- name: Checkout Ed-Fi-ODS-Implementation
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation
path: Ed-Fi-ODS-Implementation/
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
fetch-depth: 0w

- name: Is pull request branch exists in Ed-Fi-ODS-Implementation
working-directory: ./Ed-Fi-ODS-Implementation/
Expand All @@ -76,11 +72,11 @@ jobs:
.\build.githubactions.ps1 CheckoutBranch -RelativeRepoPath "."
- name: Checkout Ed-Fi-ODS
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS
path: Ed-Fi-ODS/
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
fetch-depth: 0w

- name: Is pull request branch exists in Ed-Fi-ODS
working-directory: ./Ed-Fi-ODS-Implementation/
Expand Down Expand Up @@ -301,7 +297,7 @@ jobs:
commit_message: "Updating for new CodeGen version"
repo: ${{ github.repository }}
branch: ${{ env.current_branch }}
file_pattern: '*.json'

env:
GITHUB_TOKEN: ${{ secrets.REPO_DISPATCH_TOKEN }}
- name: Check if any successful workflow run in Pkg EdFi.Ods.Extensions.Homograph.yml
Expand Down

0 comments on commit 9e95908

Please sign in to comment.