We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ae0f24 + 1f55c67 commit c3a0f53Copy full SHA for c3a0f53
1 file changed
.github/workflows/publish.yml
@@ -16,13 +16,6 @@ jobs:
16
build:
17
runs-on: ubuntu-latest
18
steps:
19
- - name: Debug Secret Presence
20
- run: |
21
- if [ -z "${{ secrets.SLNE_RELEASES_REPO_USERNAME }}" ]; then
22
- echo "Secret NOT available"
23
- else
24
- echo "Secret is available"
25
- fi
26
- name: Collect Workflow Telemetry
27
uses: catchpoint/workflow-telemetry-action@v2
28
0 commit comments