Skip to content

Commit 5d15149

Browse files
committed
updated inputs
modified: Dockerfile modified: action.yml
1 parent e97b60a commit 5d15149

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Container image that runs your code
22
FROM ubuntu
33
RUN apt update && apt install -y python3 curl
4+
RUN mkdir /tmp
5+
46
# Copies your code file from your action repository to the filesystem path `/` of the container
57
COPY entrypoint.sh /entrypoint.sh
68

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# action.yml
22
name: 'AutoBotYamlFileSetter'
33
description: "sets QA group in autobot yaml file"
4+
inputs:
5+
token: # id of input
6+
description: 'secret github token'
7+
required: true
48
runs:
59
using: 'docker'
610
image: 'Dockerfile'

0 commit comments

Comments
 (0)