We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20db6df + 04c5663 commit 69fc549Copy full SHA for 69fc549
3 files changed
.github/workflows/cleanup-storybooks.yml
@@ -23,7 +23,6 @@ jobs:
23
ref: gh-pages
24
path: gh-pages
25
fetch-depth: 1
26
- persist-credentials: false
27
28
- name: Remove PR directory
29
run: |
.github/workflows/deploy-storybooks.yml
@@ -113,7 +113,6 @@ jobs:
113
114
115
116
117
118
- name: Set deployment directory
119
id: deploy-dir
.github/workflows/tag-release.yml
@@ -18,8 +18,6 @@ jobs:
18
19
- name: Check out code
20
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21
- with:
22
- name: Fetch all git tags
run: git fetch --tags origin
0 commit comments