We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5e42b2 + d9f8667 commit 5dd4282Copy full SHA for 5dd4282
.github/workflows/mattermost-ziti-webhook.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
name: POST Webhook
25
steps:
26
- - uses: openziti/ziti-mattermost-action-py@main
+ - uses: openziti/ziti-mattermost-action-py@debug-py-action
27
if: |
28
github.repository_owner == 'openziti'
29
&& ((github.event_name != 'pull_request_review')
.github/workflows/wheels.yml
@@ -81,10 +81,12 @@ jobs:
81
packages-dir: dist
82
skip-existing: true
83
verbose: true
84
+ attestations: false
85
86
- name: Publish wheels (PyPI)
87
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
88
uses: pypa/gh-action-pypi-publish@release/v1
89
with:
90
91
92
+ attestations: true
0 commit comments