Compare commits

...

3 Commits

Author SHA1 Message Date
Faruk AYDIN
6fcd223496 fix: Do not use context explicitly for docs-change file 2024-03-19 17:47:26 +01:00
Faruk AYDIN
baddf4653c fix: don't import github explicitly for github script 2024-03-19 17:44:11 +01:00
Faruk AYDIN
d1e01d673a docs: Test whether docs-change workflow works or not 2024-03-19 17:39:27 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,8 +13,6 @@ jobs:
uses: actions/github-script@v6 uses: actions/github-script@v6
with: with:
script: | script: |
const github = require('@actions/github');
const { context } = github;
const { pull_request } = context.payload; const { pull_request } = context.payload;
const label = 'documentation-change'; const label = 'documentation-change';

View File

@@ -5,6 +5,8 @@ items:
desc: Get value from the persistent datastore. desc: Get value from the persistent datastore.
- name: Set value - name: Set value
desc: Set value to the persistent datastore. desc: Set value to the persistent datastore.
- name: Update value
desc: Update value in the persistent datastore.
--- ---
<script setup> <script setup>