Skip to content

Commit 49a0fef

Browse files
author
Pierre-Luc Gagné
committed
Fix arg forwarding in act-ci-full helper
1 parent 9d091d5 commit 49a0fef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/act-ci-full.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ sed -i "s/- 3306\/tcp/- ${MYSQL_PORT}:3306/" "$TMP_WORKFLOW"
5050

5151
run_job() {
5252
local job="$1"
53+
shift
5354
echo
5455
echo "=== Running ${job} ==="
5556
act push \

0 commit comments

Comments
 (0)