You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/example_reusable-integration.yaml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -89,17 +89,18 @@ jobs:
89
89
project: database
90
90
build-name: test-build
91
91
build-version: v1.0.0
92
-
checkout-path: project-location
92
+
checkout-path: project-location # In the case of running in shared_workflows checkout-path and source-path will have the same content but we put them here by way of example.
93
+
source-path: repo-source
93
94
build-script: |
94
-
cd project-location/.github/workflows/execute-build/test_apps/hi
95
+
cd repo-source/.github/workflows/execute-build/test_apps/hi
0 commit comments