We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff16d9 commit 762fefaCopy full SHA for 762fefa
1 file changed
.github/workflows/cicd.yml
@@ -76,8 +76,8 @@ jobs:
76
steps:
77
- name: Checkout
78
uses: actions/checkout@v4
79
- # with:
80
- # fetch-depth: 0
+ with:
+ fetch-depth: 0 # needed for commit authors plugin
81
82
- name: Login to GitHub Container Registry
83
uses: docker/login-action@v1
0 commit comments