Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
run-generation uses .github/workflow as target
Browse files Browse the repository at this point in the history
  • Loading branch information
rgherdt committed Dec 5, 2021
1 parent 39328f9 commit eecc457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run-generation.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

script_directory=`dirname $0`
workflows_path=$script_directory/../.github/workflows/

csi -R r7rs -ss $script_directory/generate-docker-actions.scm $@
csi -R r7rs -ss $script_directory/generate-docker-actions.scm $workflows_path

0 comments on commit eecc457

Please sign in to comment.