Skip to content

Commit c1694ef

Browse files
Testing
1 parent 73c463e commit c1694ef

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: create-change-case
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
types: [edited, opened, reopened, synchronize]
6+
7+
jobs:
8+
ctc-open:
9+
uses: salesforcecli/github-workflows/.github/workflows/ctcOpen.yml@main
10+
secrets: inherit
11+
echo-outputs:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- run: echo "${{ steps.ctc-open.outputs }}"

0 commit comments

Comments
 (0)