We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5759998 commit 45ae93dCopy full SHA for 45ae93d
.github/actions/autoroute/action.yaml
@@ -6,7 +6,7 @@ inputs:
6
required: true
7
runs:
8
using: 'docker'
9
- image: 'docker://ceoloide/ergogen-freerouting:latest'
+ image: 'docker://ceoloide/ergogen-freerouting:snapshot'
10
entrypoint: '/bin/sh'
11
args:
12
- '-c'
@@ -22,4 +22,4 @@ runs:
22
echo "Autoroute PCB";
23
java -jar /opt/freerouting.jar -de pcbs/${board}.dsn -do pcbs/${board}.ses -dr ./freerouting/freerouting.rules --user-data-path ./freerouting -mp 25 -mt 1 -dct 0 --gui.enabled=false --profile.email=marco.massarelli@gmail.com
24
fi
25
- done
+ done
0 commit comments