Skip to content

Commit

Permalink
Updated Column ID for update-dependencies-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckettOBrien committed Jul 28, 2022
1 parent 8b3b842 commit f604e0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-dependencies-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- uses: actions/github-script@v4
env:
ISSUE_NUMBER: ${{ steps.create-issue.outputs.number }}
COLUMN_ID: ${{ secrets.PRIORITIZED_BACKLOG_COLUMN_ID }}
# Prioritized Backlog Column ID
COLUMN_ID: 7198257
with:
script: |
const issue = await github.request(`GET /repos/${process.env.GITHUB_REPOSITORY}/issues/{issue_number}`, {
Expand Down

0 comments on commit f604e0e

Please sign in to comment.