File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 - uses : actions/checkout@v4
7676 - name : Test Python Action (Dry Run)
7777 id : version_bump
78- uses : ./.github/actions/version-bumping/python
78+ uses : ./
7979 with :
80+ type : python
8081 token : ${{ secrets.GITHUB_TOKEN }}
8182 pyproject-file : " test-resources/pyproject.toml"
8283 dry-run : " true"
@@ -101,8 +102,9 @@ jobs:
101102 - uses : actions/checkout@v4
102103 - name : Test NPM Action (Dry Run)
103104 id : version_bump
104- uses : ./.github/actions/version-bumping/npm
105+ uses : ./
105106 with :
107+ type : npm
106108 token : ${{ secrets.GITHUB_TOKEN }}
107109 package-json-file : " test-resources/package.json"
108110 dry-run : " true"
@@ -127,8 +129,9 @@ jobs:
127129 - uses : actions/checkout@v4
128130 - name : Test Maven Action (Dry Run)
129131 id : version_bump
130- uses : ./.github/actions/version-bumping/maven
132+ uses : ./
131133 with :
134+ type : maven
132135 token : ${{ secrets.GITHUB_TOKEN }}
133136 dry-run : " true"
134137 pom-file : " test-resources/pom.xml"
@@ -155,8 +158,9 @@ jobs:
155158 - uses : actions/checkout@v4
156159 - name : Test Version File Action (Dry Run)
157160 id : version_bump
158- uses : ./.github/actions/version-bumping/version-file
161+ uses : ./
159162 with :
163+ type : version-file
160164 token : ${{ secrets.GITHUB_TOKEN }}
161165 version-file : " test-resources/VERSION"
162166 dry-run : " true"
You can’t perform that action at this time.
0 commit comments