Skip to content

Commit

Permalink
use exact hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 10, 2024
1 parent 2cd5ffb commit db8d0bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/project-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check if PR is in project
continue-on-error: true
id: check_project
uses: github/update-project-action@main
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update status to in_progress
uses: github/update-project-action@main
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand All @@ -66,7 +66,7 @@ jobs:
steps:
- name: Update status to in_review
id: update_status
uses: github/update-project-action@main
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand All @@ -87,7 +87,7 @@ jobs:
steps:
- name: Update status to done
id: update_status
uses: github/update-project-action@main
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand Down

0 comments on commit db8d0bb

Please sign in to comment.