Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud committed Jun 11, 2024
1 parent af59ae3 commit 70b1323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ jobs:
- name: Get Rule History Commits
shell: pwsh
run: |
echo ${{ inputs.should_generate_commit_data }}
./SSW.Rules/build-scripts/update-rule-history.ps1 `
-AzFunctionBaseUrl ${{ vars.AzFunctionBaseUrl }} `
-GetHistorySyncCommitHashKey ${{ secrets.GETHISTORYSYNCCOMMITHASHFUNCTIONKEY }} `
-UpdateRuleHistoryKey ${{ secrets.UPDATERULEHISTORYFUNCTIONKEY }} `
-UpdateHistorySyncCommitHashKey ${{ secrets.UPDATEHISTORYSYNCCOMMITHASHFUNCTIONKEY }} `
-SkipGenerateHistory ${{ inputs.should_generate_commit_data == 'no' }}
-SkipGenerateHistory ${{ inputs.should_generate_commit_data == 'false' }}
- name: Update Latest Rules
shell: pwsh
Expand Down

0 comments on commit 70b1323

Please sign in to comment.