Skip to content

Commit 47aaae4

Browse files
Test code update.
1 parent 21fbdf6 commit 47aaae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-commit.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Increment version and update via PR
22
on:
3-
workflow_dispatch:
3+
workflow_call:
44
inputs:
55
tag:
66
description: 'Tag'
@@ -28,7 +28,7 @@ jobs:
2828
rm version.tmp
2929
3030
- name: Commit-PR-merge
31-
uses: ./.github/actions/commit-pr-and-merge
31+
uses: IABTechLab/uid2-shared-actions/actions/[email protected]
3232
with:
3333
message: 'Update the version file'
3434
tag: ${{ inputs.tag }}

0 commit comments

Comments
 (0)