mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-01-19 21:40:37 +00:00
test input hiding
This commit is contained in:
2
.github/workflows/generator-windows.yml
vendored
2
.github/workflows/generator-windows.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
import os
|
||||
import json
|
||||
|
||||
r = requests.get(os.environ['${{ fromJson(inputs.zip_url).url }}/get_zip?filename=${{ fromJson(inputs.zip_url).file }}'])
|
||||
r = requests.get('${{ fromJson(inputs.zip_url).url }}/get_zip?filename=${{ fromJson(inputs.zip_url).file }}')
|
||||
r.raise_for_status()
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user