We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886a287 commit 78b4356Copy full SHA for 78b4356
1 file changed
.github/workflows/e2e-pullpreview.yml
@@ -97,6 +97,8 @@ jobs:
97
echo "Requested versions: OP='${{ github.event.inputs.openproject_version }}' NC='${{ github.event.inputs.nextcloud_version }}' KC='${{ github.event.inputs.keycloak_version }}'"
98
echo "Requested integration app: legacy='${{ github.event.inputs.integration_app_version }}' io_ver='${{ github.event.inputs.integration_openproject_version }}' io_git='${{ github.event.inputs.integration_openproject_git_branch }}'"
99
echo "Requested branches: OP='${{ github.event.inputs.openproject_branch }}' NC='${{ github.event.inputs.nextcloud_branch }}'"
100
+ test -f ".github/workflows/e2e-pullpreview.yml"
101
+ echo "Workflow file present: .github/workflows/e2e-pullpreview.yml"
102
103
- name: Resolve grep and preview name
104
id: resolve
0 commit comments