Compare commits
3 Commits
AUT-960
...
test-docs-
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6fcd223496 | ||
![]() |
baddf4653c | ||
![]() |
d1e01d673a |
2
.github/workflows/docs-change.yml
vendored
2
.github/workflows/docs-change.yml
vendored
@@ -13,8 +13,6 @@ jobs:
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
const github = require('@actions/github');
|
||||
const { context } = github;
|
||||
const { pull_request } = context.payload;
|
||||
|
||||
const label = 'documentation-change';
|
||||
|
@@ -5,6 +5,8 @@ items:
|
||||
desc: Get value from the persistent datastore.
|
||||
- name: Set value
|
||||
desc: Set value to the persistent datastore.
|
||||
- name: Update value
|
||||
desc: Update value in the persistent datastore.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
|
Reference in New Issue
Block a user