Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-script committed Feb 1, 2024
1 parent 123299d commit d49866c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
SECRET: ${{ secrets.MY_SECRET }}
steps:
- name: "Secrety"
run: echo "here's my secret $SECRET!"
run: echo "here's my secret ${SECRET^^}!"
env:
First_Name: Mona

0 comments on commit d49866c

Please sign in to comment.