Skip to content

Commit

Permalink
Fixed action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shy committed Nov 11, 2019
1 parent 5198971 commit 7f592b7
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
name: Contentful Migration Example

on: [push]

jobs:
build:

runs-on: ubuntu-latest
name: Contentful Migration Example
steps:
- name: Check out code into the directory
uses: actions/checkout@v1

- name: Contentful Migration
id: migrate
uses: contentful/contentful-action@v1
env: # Set the secret as an input
SPACE_ID: ${{ secrets.SPACE_ID }}
MANAGEMENT_API_KEY: ${{ secrets.MANAGEMENT_API_KEY }}
name: 'Contentful Migration Action'
description: 'Run a Migration against your Contentful space'
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit 7f592b7

Please sign in to comment.