helaili / jekyll-action

A GitHub Action to publish Jekyll based content as a GitHub Pages site
MIT License
250 stars 120 forks source link

The target_branch argument is unavailable #53

Closed UlyssesZh closed 4 years ago

UlyssesZh commented 4 years ago
##[warning]Unexpected input(s) 'target_branch', valid inputs are ['entryPoint', 'args', 'jekyll_src']

In the workflow yml file:

      - name: Deploy Jekyll
        uses: helaili/jekyll-action@2.0.1
        env:
          JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
        with:
          target_branch: master
helaili commented 4 years ago

Please use version 2.0.4

UlyssesZh commented 4 years ago

OK. Didn't look carefully.