This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 76fab4c Remove environment type param
76fab4c is described below
commit 76fab4c988f0476c4109ae31b79ffec6c8c05f0e
Author: Alastair McFarlane <[email protected]>
AuthorDate: Tue Jan 6 14:57:26 2026 +0000
Remove environment type param
---
.github/workflows/workflowtest.yml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/.github/workflows/workflowtest.yml
b/.github/workflows/workflowtest.yml
index 8439002..9184e81 100644
--- a/.github/workflows/workflowtest.yml
+++ b/.github/workflows/workflowtest.yml
@@ -20,10 +20,6 @@ on:
description: 'Test scenario tags'
required: false
type: boolean
- environment:
- description: 'Environment to run tests against'
- type: environment
- required: true
permissions: {}
@@ -34,8 +30,6 @@ jobs:
- run: |
echo "Log level: $LEVEL"
echo "Tags: $TAGS"
- echo "Environment: $ENVIRONMENT"
env:
LEVEL: ${{ inputs.logLevel }}
TAGS: ${{ inputs.tags }}
- ENVIRONMENT: ${{ inputs.environment }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]