1
0
mirror of synced 2026-01-08 12:01:53 -05:00
This commit is contained in:
PSJ
2022-05-03 09:37:39 +05:30
parent fb97bc92b1
commit 838ca4b394

View File

@@ -29,8 +29,8 @@ In the tutorial, you will first make a workflow file that uses the [`imjohnbo/is
2. {% data reusables.actions.make-workflow-file %}
3. Copy the following YAML contents into your workflow file.
```yaml{:copy}
{% indented_data_reference reusables.actions.actions-not-certified-by-github-comment spaces=4 %}
```yaml{:copy}
{% data reusables.actions.actions-not-certified-by-github-comment %}
{% data reusables.actions.actions-use-sha-pinning-comment %}
name: Weekly Team Sync
@@ -67,7 +67,7 @@ In the tutorial, you will first make a workflow file that uses the [`imjohnbo/is
close-previous: false
env:
GITHUB_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
```
```
4. Customize the parameters in your workflow file:
- Change the value for `on.schedule` to dictate when you want this workflow to run. In the example above, the workflow will run every Monday at 7:20 UTC. For more information about scheduled workflows, see "[Scheduled events](/actions/reference/events-that-trigger-workflows#scheduled-events)."