Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Error when using release v3.0.4 #19

Error when using release v3.0.4

Error when using release v3.0.4 #19

Workflow file for this run

on:
issues:
types: [opened]
name: Issue opened
jobs:
assign:
name: Assign issues to project
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: technote-space/load-config-action@v1
with:
CONFIG_FILENAME: workflow-settings.json, workflow-details.json
IGNORE_WARNING: 'true'
- uses: technote-space/create-project-card-action@v1
with:
PROJECT: ${{ env.PROJECT }}
COLUMN: ${{ env.ISSUE_COLUMN }}
assignAuthor:
name: Assign author to issue
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: technote-space/assign-author@v1