remove commented code
All checks were successful
Deploy Runner-Bridge Application / deploy (push) Successful in 1m26s

This commit is contained in:
2026-03-07 10:45:13 +00:00
parent af599be26c
commit 7890e0b779

View File

@@ -11,11 +11,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
#- name: Install Railway CLI
#run: railway --version
# # Manually add the npm global bin to the PATH
# export PATH=$(npm prefix -g)/bin:$PATH
# railway --version
- name: Check Token Presence
run: if [ -z "$RAILWAY_TOKEN" ]; then echo "TOKEN IS MISSING"; exit 1; fi