Skip to content

Commit 5a5cc0e

Browse files
committed
ci: correctly checkout repo before using local action
1 parent ab3a992 commit 5a5cc0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
if: github.event_name == 'issues'
1616
runs-on: ubuntu-latest
1717
steps:
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1819
- uses: ./github-actions/issue-labeling
1920
with:
2021
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)