Skip to content

Commit

Permalink
Fixed third typo in move-item.yml - as per kin/gh-action-move-issues-…
Browse files Browse the repository at this point in the history
…to-column#9 we are now using the correct repo reference for the action
  • Loading branch information
just1mitch committed Apr 10, 2024
1 parent 908efbe commit 39206a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/move-item.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Move to In Progress
uses: kin/gh-action-move-issues-to-column
uses: kin/gh-action-move-issues-to-column@v1.0
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
project-name: "Agile Web Dev Project"
Expand Down

0 comments on commit 39206a0

Please sign in to comment.