alexleventer/github-issue-due-dates-action

Running new version I get a file not found error

Closed this issue · 0 comments

Here;s the error I get.
##[error]File not found: '/home/runner/work/_actions/alexleventer/github-issue-due-dates-action/1.0.9/dist/app.js'

I'm running the same code in your readme.
name: Main Workflow
on:
schedule:
- cron: '0 * * * *'
jobs:
Ubuntu:
name: Add labels to issues
runs-on: ubuntu-latest
steps:
- name: Due Dates
uses: alexleventer/github-issue-due-dates-action@1.0.9
with:
GH_TOKEN: "${{ secrets.GH_TOKEN }}"