The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user withakay (triggered by potiuk).

Head commit for run:
47e1a8fd2d420ae254dbcef10a68890f1238ca83 / withakay <[email protected]>
Fix put-secret-value example

To set the secret string so it is considered a list of key/value pairs we need 
to send a JSON object with keys and values, not an array with and object per 
key/value. The command as it is this will throw an error on zsh as the JSON is 
not escaped. After escaping the json it will update the secret as plain text 
and the value will simply be a JSON string. This change remedies both of these 
issues.

Report URL: https://github.com/apache/airflow/actions/runs/2692999514

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to