moved a few more things around in runs block
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user