Skip to content

Commit

Permalink
Update update_issue_titles.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHeinzman authored Jan 26, 2024
1 parent 78111c4 commit 0b16d21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_issue_titles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
python-version: '3.x'

- name: Install Python Dependencies
run: pip install requests

- name: Update Issue Titles
run: python .github/workflows/utils.py --function update_issue_titles
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
REPOSITORY: ${{ github.repository }}
ISSUE_LABEL: ${{ github.event.label.name }}
EVENT_ACTION: ${{ github.event.action }}

0 comments on commit 0b16d21

Please sign in to comment.