Browse Source

ci: 🎉 use unity version

pull/32049/head
xrkffgg 3 years ago
committed by GitHub
parent
commit
756dc8f130
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/issue-remove-inactive.yml

2
.github/workflows/issue-remove-inactive.yml

@ -12,7 +12,7 @@ jobs:
steps:
- name: remove inactive
if: github.event.issue.state == 'open'
uses: actions-cool/issues-helper@v2.4.1
uses: actions-cool/issues-helper@v2
with:
actions: 'remove-labels'
issue-number: ${{ github.event.issue.number }}

Loading…
Cancel
Save