remove unused step from label-and-assign

This commit is contained in:
Samuel Colvin
2021-05-03 18:17:44 +01:00
parent 298a54a024
commit c7aea15d2a
-2
View File
@@ -13,8 +13,6 @@ jobs:
label-and-assign:
runs-on: ubuntu-latest
steps:
- run: cat "$GITHUB_EVENT_PATH"
- uses: docker://samuelcolvin/label-and-assign:v1
with:
token: ${{ secrets.GITHUB_TOKEN }}