We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8f763 commit fbb69eeCopy full SHA for fbb69ee
1 file changed
.github/workflows/close-project-issues.yml
@@ -111,7 +111,6 @@ jobs:
111
env:
112
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
113
run: |
114
- project_title=${{ env.project_title }}
115
label=${{ github.event.inputs.fix_label }}
116
dry_run=${{ github.event.inputs.dry_run }}
117
echo "Label to create: $label"
@@ -126,7 +125,6 @@ jobs:
126
125
127
128
129
130
131
132
for issue in ${{ env.issues }}; do
0 commit comments