updated secret workflow
هذا الالتزام موجود في:
12
.github/workflows/08-secrets.yml
مباع
12
.github/workflows/08-secrets.yml
مباع
@@ -36,4 +36,14 @@ jobs:
|
||||
run: echo "$Greeting, $Name!"
|
||||
env:
|
||||
Name: ${{ secrets.Name }}
|
||||
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Pass Structured Objects via Context
|
||||
run: echo "${{ secrets.Structured }}"
|
||||
|
||||
- name: Pass Structured Objects via Environment
|
||||
run: echo "$Structured"
|
||||
env:
|
||||
Structured: ${{ secrets.Structured }}
|
||||
|
||||
|
المرجع في مشكلة جديدة
حظر مستخدم