1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Adds third-party actions notices (reusable) (#58340)

This commit is contained in:
Ben Ahmady
2025-11-07 07:43:56 +00:00
committed by GitHub
parent c5a93180e1
commit c589c75107
15 changed files with 27 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ This example demonstrates using the `actions-sync` tool to sync an individual ac
1. After the action repository is created in your enterprise, people in your enterprise can use the destination repository to reference the action in their workflows. For the example action shown above:
```yaml
{% data reusables.actions.actions-not-certified-by-github-comment %}
uses: synced-actions/actions-stale@v1
```