moved a few more things around in runs block

This commit is contained in:
2025-10-31 12:19:59 -05:00
parent a24d75021f
commit e32740813f

View File

@@ -24,7 +24,6 @@ inputs:
required: false
default: "https://gitea.lab.mikayla.dev"
env:
MONGO_URI: $INPUT_MONGO_URI
DB_NAME: $INPUT_DB_NAME
@@ -33,10 +32,11 @@ env:
GCP_CLIENT_SECRET: ${{ secrets.GCP_CLIENT_SECRET }}
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
jobs:
runs:
using: "composite"
steps:
build:
runs-on: self-hosted
using: composite
container:
image: node:latest