Skip to content

Commit

Permalink
Remove project_title from run steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Feb 27, 2025
1 parent 1e8f763 commit fbb69ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/close-project-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
project_title=${{ env.project_title }}
label=${{ github.event.inputs.fix_label }}
dry_run=${{ github.event.inputs.dry_run }}
echo "Label to create: $label"
Expand All @@ -126,7 +125,6 @@ jobs:
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
project_title=${{ env.project_title }}
label=${{ github.event.inputs.fix_label }}
dry_run=${{ github.event.inputs.dry_run }}
for issue in ${{ env.issues }}; do
Expand Down

0 comments on commit fbb69ee

Please sign in to comment.