diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a2473f0..2f5ee7d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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