We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a77b61 commit 5840c25Copy full SHA for 5840c25
1 file changed
.github/workflows/secrets.yml
@@ -15,6 +15,6 @@ jobs:
15
run: |
16
echo "Using My Secret 1: ${{ secrets.MY_SECRET }}"
17
echo "Using My Secret 2 $MY_SECRET"
18
- echo "Using My Secret 3 ${{ secrets.MY_SECRET }}"
+ echo "Using My Secret 3: ${{ secrets.MY_SECRET }}"
19
env:
20
MY_SECRET: ${{ secrets.MY_SECRET }}
0 commit comments