Skip to content

Commit 7af0d25

Browse files
committed
feat: try bug fix for commit
- actions/checkout#439 refs: 7851
1 parent b89e676 commit 7af0d25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
runs-on: ubuntu-latest
2525
needs: [php-codesniffer]
2626
steps:
27+
- run: git pull --no-rebase
2728
- uses: actions/checkout@v2
2829
with:
2930
repository: '2pisoftware/cmfive-boilerplate'
30-
ref: 'feature/cicd'
31+
ref: 'feature/PHP7.4'
3132

3233
# - name: Cache composer output
3334
# uses: actions/cache@v2

0 commit comments

Comments
 (0)