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 b3dd4a6 commit 1ac1970Copy full SHA for 1ac1970
.github/workflows/scrape-visasq.yaml
@@ -19,7 +19,6 @@ jobs:
19
- name: Run Docker container and generate output file
20
run: |
21
mkdir -p assets
22
- echo "test" > assets/test.txt
23
docker run \
24
--rm \
25
-v $(pwd)/assets:/app/assets \
0 commit comments