mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 04:55:02 +02:00
+12
@@ -0,0 +1,12 @@
|
||||
name: job-container
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:10.16-jessie
|
||||
env:
|
||||
TEST_ENV: test-value
|
||||
steps:
|
||||
- run: echo ${TEST_ENV} | grep test-value
|
||||
Reference in New Issue
Block a user