Skip to content

Commit

Permalink
inputs(operation): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Mar 14, 2024
1 parent 90e80c7 commit 3c99751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: show-inputs
run: |
echo "CURRENT WORKFLOW: ${{ github.workflow }}"
echo "Operation: ${{ github.event.inputs.operation }}"
echo "Operation: ${{ inputs.operation }}"
echo "Azure Client ID: ${{ secrets.AZURE_CLIENT_ID }}"
echo "Azure Tenant ID: ${{ secrets.AZURE_TENANT_ID }}"
echo "Azure Subscription ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}"
Expand Down

0 comments on commit 3c99751

Please sign in to comment.