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.
1 parent 01265b8 commit 64b1bceCopy full SHA for 64b1bce
.github/workflows/test-all.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Send PR feedback check
34
id: set-send-pr-feedback
35
run: |
36
- echo "send_pr_feedback=${{ (github.event.client_payload.origin_issue || false) && (vars.ENABLE_PR_FEEDBACK || false) }}" >> "$GITHUB_OUTPUT"
+ echo "send_pr_feedback=true" >> "$GITHUB_OUTPUT"
37
38
- name: Log in to Azure
39
uses: bitwarden/gh-actions/azure-login@main
0 commit comments