Skip to content

Commit ad2f0c8

Browse files
Run action remotely again (#153)
Co-authored-by: ChristophShyper <[email protected]>
1 parent febb203 commit ad2f0c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/AUTO-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "✅ Updated Makefile fallback version to: ${VERSION}"
6464
6565
- name: Create release branch and commit changes
66-
uses: ./
66+
uses: devops-infra/[email protected]
6767
with:
6868
github_token: ${{ secrets.GITHUB_TOKEN }}
6969
target_branch: release/${{ github.event.inputs.version }}

.github/workflows/AUTO-VERSION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
echo "✅ Updated Makefile fallback version to: ${VERSION}"
175175
176176
- name: Create release branch and commit changes
177-
uses: ./
177+
uses: devops-infra/[email protected]
178178
with:
179179
github_token: ${{ secrets.GITHUB_TOKEN }}
180180
target_branch: release/${{ needs.check_for_release.outputs.new_version }}

0 commit comments

Comments
 (0)