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 903c51c commit 6d50838Copy full SHA for 6d50838
.github/workflows/process_metadata.yml
@@ -92,6 +92,9 @@ jobs:
92
# Check the metadata for directives to send tweets:
93
- name: 'Send tweets'
94
95
+ # Only run this step if a user has write access:
96
+ if: steps.assert-write-access.outcome == 'success'
97
+
98
# Pin action to full length commit SHA
99
uses: stdlib-js/metadata-tweet-action@8e9b688c86150797c1c7f60bc8f7c9a9a30e10fe # v2.0.0
100
with:
0 commit comments