mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
fix output step
This commit is contained in:
7
.github/workflows/jira.yml
vendored
7
.github/workflows/jira.yml
vendored
@@ -16,9 +16,10 @@ on:
|
||||
jobs:
|
||||
action-output-test:
|
||||
steps:
|
||||
-run: |
|
||||
echo "Event action: ${{ github.event.action }}"
|
||||
echo "Team label: ${{ inputs.team-label }}"
|
||||
- name: "Output"
|
||||
run: |
|
||||
echo "Event action: ${{ github.event.action }}"
|
||||
echo "Team label: ${{ inputs.team-label }}"
|
||||
# sync:
|
||||
# uses: hashicorp/vault-workflows-common/.github/workflows/jira.yaml@main
|
||||
# secrets:
|
||||
|
||||
Reference in New Issue
Block a user