Skip to content

Commit ef7c821

Browse files
edvilmegithub-actions
authored andcommitted
Checkout repo
1 parent e394273 commit ef7c821

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/remove-lockdown-label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'Branding')
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Checkout repository
17+
uses: actions/checkout@v2
1618
- name: PR's only change is <VersionFeature> in eng/Versions.props
1719
run: |
1820
git fetch --depth=2

0 commit comments

Comments
 (0)