Skip to content

Merge pull request #4 from KevKibe/update-readme #66

Merge pull request #4 from KevKibe/update-readme

Merge pull request #4 from KevKibe/update-readme #66

name: Test Kaggle Script Action
on: [pull_request]
jobs:
test_kaggle_action:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Test Kaggle Script Action
uses: ./
with:

Check failure on line 15 in .github/workflows/test-kaggle-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-kaggle-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
username: ${{ secrets.KAGGLE_USERNAME }}
key: ${{ secrets.KAGGLE_KEY }}
title: "Test Kaggle Script Action"
custom_script: "python test.py --url "https://jsonplaceholder.typicode.com/posts/1""
working_subdir: "tests"
enable_internet: true
enable_gpu: false
enable_tpu: false
sleep_time: 10