File tree Expand file tree Collapse file tree
Microsoft.SCIM.LogicAppValidationTemplate/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: Auto-bump SCIM LogicApp Version and Tag
33on :
44 pull_request :
55 paths :
6- - ' Microsoft.SCIM.LogicAppValidationTemplate/logicAppTemplate.json'
6+ - ' Microsoft.SCIM.LogicAppValidationTemplate/[deprecated] logicAppTemplate.json'
77
88 push :
99 branches : [master]
1010 paths :
11- - ' Microsoft.SCIM.LogicAppValidationTemplate/logicAppTemplate.json'
11+ - ' Microsoft.SCIM.LogicAppValidationTemplate/[deprecated] logicAppTemplate.json'
1212
1313permissions :
1414 contents : write
3131
3232 - name : Check and auto-bump LogicAppVersion
3333 run : |
34- FILE="Microsoft.SCIM.LogicAppValidationTemplate/logicAppTemplate.json"
34+ FILE="Microsoft.SCIM.LogicAppValidationTemplate/[deprecated] logicAppTemplate.json"
3535
3636 # Get version from the PR branch
3737 CURRENT=$(jq -r '.parameters.LogicAppVersion.defaultValue' "$FILE")
8383
8484 - name : Create version tag
8585 run : |
86- FILE="Microsoft.SCIM.LogicAppValidationTemplate/logicAppTemplate.json"
86+ FILE="Microsoft.SCIM.LogicAppValidationTemplate/[deprecated] logicAppTemplate.json"
8787 VERSION=$(jq -r '.parameters.LogicAppVersion.defaultValue' "$FILE")
8888 TAG_NAME="scim-logicapp-template-v${VERSION}"
8989
You can’t perform that action at this time.
0 commit comments