Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Dec 23, 2023
1 parent b17e99f commit 2f3b9ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/temp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Show Environment Variable
on:
workflow_dispatch:
workflow_call:

jobs:
create-variable:
runs-on: ubuntu-latest
Expand All @@ -22,4 +22,5 @@ jobs:

steps:
- name: Display Environment Variable
run: echo "Environment Variable: ${{ needs.create-variable.outputs.env-variable }}"
run: |
echo "Environment Variable: ${{ needs.create-variable.outputs.env-variable }}"

0 comments on commit 2f3b9ba

Please sign in to comment.