Skip to content

Commit

Permalink
try main
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 9, 2024
1 parent 7d06c49 commit a057d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/project-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update status to in_progress
uses: github/update-project-action@v3
uses: github/update-project-action@main
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- name: Update status to in_review
id: update_status
uses: github/update-project-action@v3
uses: github/update-project-action@main
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- name: Update status to done
id: update_status
uses: github/update-project-action@v3
uses: github/update-project-action@main
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand Down

0 comments on commit a057d8f

Please sign in to comment.