Skip to content

Commit

Permalink
fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
LL L committed Nov 7, 2024
1 parent 5293f98 commit fc9fe06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
echo "$Greeting $First_Name. Today is $DAY_OF_WEEK!"
echo "${{ env.Greeting }} ${{ env.First_Name }}. Today is ${{ env.DAY_OF_WEEK }}!"
echo "${{ env.DEMO_Y }}; ${{ vars.VAR_Z}};"
echo "${{ vars.DEMO_Y }}; ${{ vars.VAR_Z}};"
env:
First_Name: Mona

0 comments on commit fc9fe06

Please sign in to comment.