Skip to content

移动家庭云盘,能获取到文件列表,无法查看文件,报错 failed link: failed get link: Bad Request: 1、消息语法错误 2、消息参数错误 #449

移动家庭云盘,能获取到文件列表,无法查看文件,报错 failed link: failed get link: Bad Request: 1、消息语法错误 2、消息参数错误

移动家庭云盘,能获取到文件列表,无法查看文件,报错 failed link: failed get link: Bad Request: 1、消息语法错误 2、消息参数错误 #449

name: Remove working label when issue closed
on:
issues:
types: [closed]
jobs:
rm-working:
runs-on: ubuntu-latest
steps:
- name: Remove working label
uses: actions-cool/issues-helper@v3
with:
actions: 'remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'working,pr-welcome'