Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd4aab3

Browse files
Uptake of the latest changes for helpers submodule (actions#121)
1 parent a0626d7 commit cd4aab3

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.github/workflows/validate-manifest.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
name: Validate manifest
22

33
on:
4-
schedule:
5-
- cron: '0 8,20 * * *'
6-
7-
pull_request:
8-
branches:
4+
schedule:
5+
- cron: '0 8,20 * * *'
6+
7+
pull_request:
8+
branches:
99
- main
10-
paths:
10+
paths:
1111
- 'versions-manifest.json'
12+
1213
env:
1314
TOOL_NAME: "Python"
15+
1416
defaults:
1517
run:
1618
shell: pwsh
17-
19+
1820
jobs:
1921
validation:
2022
runs-on: ubuntu-latest
21-
2223
steps:
23-
- uses: actions/checkout@v2
24-
with:
24+
- uses: actions/checkout@v2
25+
with:
2526
submodules: true
26-
27-
- name: Validate python-versions manifest
28-
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json -AccessToken ${{ secrets.GITHUB_TOKEN }}
27+
28+
- name: Validate python-versions manifest
29+
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json'
2930

3031
check_build:
3132
name: Check validation for failures

helpers

0 commit comments

Comments
 (0)