We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e1c40 commit 9e1ac38Copy full SHA for 9e1ac38
1 file changed
.github/actions/run_tests/action.yml
@@ -17,6 +17,7 @@ runs:
17
# shell: bash --login -eo pipefail {0}
18
steps:
19
- run: |
20
+ echo "start script"
21
echo $TOKEN
22
echo $${{ inputs.CHECKOUT_TOKEN }}
23
git clone "https://${TOKEN}@github.com/pcdshub/lcls-plc-kfe-xgmd-vac" --depth 1
0 commit comments