Skip to content

Commit fbb69ee

Browse files
committed
Remove project_title from run steps.
1 parent 1e8f763 commit fbb69ee

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/close-project-issues.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ jobs:
111111
env:
112112
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
113113
run: |
114-
project_title=${{ env.project_title }}
115114
label=${{ github.event.inputs.fix_label }}
116115
dry_run=${{ github.event.inputs.dry_run }}
117116
echo "Label to create: $label"
@@ -126,7 +125,6 @@ jobs:
126125
env:
127126
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
128127
run: |
129-
project_title=${{ env.project_title }}
130128
label=${{ github.event.inputs.fix_label }}
131129
dry_run=${{ github.event.inputs.dry_run }}
132130
for issue in ${{ env.issues }}; do

0 commit comments

Comments
 (0)