Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow container to be null/empty #266

Merged
merged 1 commit into from
Jan 13, 2020
Merged

Conversation

ericsciple
Copy link
Collaborator

fixes #265

@ericsciple
Copy link
Collaborator Author

ericsciple commented Jan 12, 2020

Tested using the following action to setup a private runner on linux with the changes :)

on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: ericsciple/setup-runner@master
        with:
          token: ${{ secrets.RUNNER_CONFIG_TOKEN }}
          ref: users/ericsciple/m164container

@ericsciple ericsciple merged commit a727194 into master Jan 13, 2020
@ericsciple ericsciple deleted the users/ericsciple/m164container branch January 13, 2020 04:02
AdamOlech pushed a commit to antmicro/runner that referenced this pull request Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow an empty value to be specified for jobs.<id>.container
2 participants